logo
pub trait LogicalItemGeometry {
    fn logical_geometry(self: Pin<&Self>) -> LogicalRect;
}

Required Methods

Implementors