[][src]Trait lightproc::proc_state::State

pub trait State: Send + Sync + AsAny + 'static { }

State trait to implement a state for Bastion

Trait Implementations

impl Debug for dyn State[src]

Default debug implementation for dynamically dispatched state

Implementors

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

Blanket implementation for the state when rules apply

Loading content...