Type Definition nb::Result[][src]

pub type Result<T, E> = Result<T, Error<E>>;
Expand description

A non-blocking result