Trait zng_layout::unit::RectFromTuplesBuilder
source · pub trait RectFromTuplesBuilder {
// Required method
fn at<X: Into<Length>, Y: Into<Length>>(self, x: X, y: Y) -> Rect;
}
Expand description
Required Methods§
Object Safety§
This trait is not object safe.