[][src]Trait pinky_swear::NotifyReady

pub trait NotifyReady {
    fn notify(&self);
}

Notify once a Promise is honoured.

Required methods

fn notify(&self)

Notify once a Promise is honoured.

Loading content...

Implementations on Foreign Types

impl NotifyReady for Waker[src]

Loading content...

Implementors

Loading content...