Trait Source

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

Implementors§

Source§

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