Trait acme_core::Spawnable

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

Required Methods§

Implementors§