Trait zng_layout::unit::LineFromTuplesBuilder
source · pub trait LineFromTuplesBuilder {
// Required method
fn to<X2: Into<Length>, Y2: Into<Length>>(self, x2: X2, y2: Y2) -> Line;
}
Expand description
Required Methods§
Object Safety§
This trait is not object safe.