Skip to main content

CenterObject

Trait CenterObject 

Source
pub trait CenterObject {
    // Provided method
    fn centered(self, centered: bool) -> Centered<Self>
       where Self: Object + Sized { ... }
}

Provided Methods§

Source

fn centered(self, centered: bool) -> Centered<Self>
where Self: Object + Sized,

Implementors§

Source§

impl<T> CenterObject for T
where T: Object,