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