Trait viz_core::types::StateFactory[][src]

pub trait StateFactory: Send + Sync + 'static {
    fn create(&self, extensions: &mut Extensions) -> bool;
}

Required methods

fn create(&self, extensions: &mut Extensions) -> bool[src]

Loading content...

Implementors

impl<T> StateFactory for State<T> where
    T: Clone + Send + Sync + 'static, 
[src]

Loading content...