Trait Component

pub trait Component<P> { }

Implementors§

§

impl<P, F, R> Component<P> for F
where F: FnOnce(P) -> R, P: Props,