pub type Perspective = GenericPerspective<NonNegativeLength>;
Expand description
A specified value for the perspective
property.
Aliased Type§
enum Perspective {
Length(NonNegative<Length>),
None,
}
pub type Perspective = GenericPerspective<NonNegativeLength>;
A specified value for the perspective
property.
enum Perspective {
Length(NonNegative<Length>),
None,
}