[−][src]Trait scroll::ctx::MeasureWith
A trait for measuring how large something is; for a byte sequence, it will be its length.
Associated Types
type Units
Required methods
fn measure_with(&self, ctx: &Ctx) -> Self::Units
How large is Self
, given the ctx
?