[][src]Trait timbre::Share

pub trait Share {
    fn share(self) -> Arc<Mutex<Self>>;
}

Required methods

fn share(self) -> Arc<Mutex<Self>>

Loading content...

Implementors

impl<T: AudioSource + Send> Share for T[src]

Loading content...