Trait viz_core::types::StateContextExt[][src]

pub trait StateContextExt {
    fn state<T>(&self) -> Result<T, Error>
    where
        T: Clone + Send + Sync + 'static
; }

Required methods

fn state<T>(&self) -> Result<T, Error> where
    T: Clone + Send + Sync + 'static, 
[src]

Loading content...

Implementors

impl ContextExt for Context[src]

Loading content...