Trait hypospray::ComponentImp [] [src]

pub trait ComponentImp {
    type Component: ?Sized;
    fn __as_ref(&self) -> &Self::Component;
    fn __as_mut(&mut self) -> &mut Self::Component;
}

Component implementation

Associated Types

Required Methods

Implementors