tokio_process_tools

Trait Sink

Source
pub trait Sink:
    Debug
    + Send
    + Sync
    + 'static { }

Implementors§

Source§

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