[][src]Trait woke::Woke

pub trait Woke: Send + Sync {
    fn wake_by_ref(arc_self: &Arc<Self>);

    fn wake(self: Arc<Self>) { ... }
}

Required methods

fn wake_by_ref(arc_self: &Arc<Self>)

Loading content...

Provided methods

fn wake(self: Arc<Self>)

Loading content...

Implementors

Loading content...