Trait viz::prelude::StateFactory[][src]

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

Required methods

pub 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...