Trait zif_net::postbox::PostBox [] [src]

pub trait PostBox {
    fn get(index: usize) -> Result<PostItem, Error>;
fn next() -> Result<PostItem, Error>; }

Required Methods

Implementors