Trait style::values::specified::position::Side
[−]
[src]
pub trait Side {
fn start() -> Self;
fn is_start(&self) -> bool;
}Represents a side, either horizontal or vertical, of a CSS position.
Required Methods
fn start() -> Self
Returns the start side.
fn is_start(&self) -> bool
Returns whether this side is the start side.