Trait scroll::Measure [] [src]

pub trait Measure {
    type Units;
    fn measure(&self) -> Self::Units;
}

Whether Self has a length that is measurable, and in what Self::Units

Associated Types

Required Methods

Implementors