crb_agent::agent

Trait Output

Source
pub trait Output:
    Sync
    + Send
    + 'static { }

Implementors§

Source§

impl<T> Output for T
where T: Sync + Send + 'static,