Trait cosmic::cosmic_theme::palette::angle::FullRotation
source · pub trait FullRotation {
// Required method
fn full_rotation() -> Self;
}
Expand description
Represents types that can express a full rotation (i.e. 360 degrees).
Required Methods§
sourcefn full_rotation() -> Self
fn full_rotation() -> Self
Return a value that represents a full rotation (i.e. 360 degrees).
Object Safety§
This trait is not object safe.