Trait notice_core::Wait[][src]

pub trait Wait {
    type Error: Error;
    fn wait(&self) -> Result<usize, Self::Error>;
}

Associated Types

Required Methods

Implementors