Trait acme_core::Spawnable

source ·
pub trait Spawnable {
    fn spawn(&mut self) -> Result<&Self>;
}

Required Methods§

Implementors§