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

Returns the start side.

Returns whether this side is the start side.

Implementors