[][src]Trait spair::Components

pub trait Components<P: Component> {
    fn new(parent_state: &P, parent_comp: Comp<P>) -> Self;
}

Required methods

fn new(parent_state: &P, parent_comp: Comp<P>) -> Self

Loading content...

Implementations on Foreign Types

impl<P: Component> Components<P> for ()[src]

Loading content...

Implementors

Loading content...