Trait hypospray::Component [] [src]

pub trait Component<T: ?Sized> where
    T: , 
{ type ComponentImp: ComponentImp<Component = T>; type Scope; }

Associated Types

Implementors