Type Definition nb::Result [] [src]

type Result<T, E> = Result<T, Error<E>>;
[]

A non-blocking result