[][src]Type Definition memflow::error::PartialResult

type PartialResult<T> = Result<T, PartialError<T>>;

Specialized PartialResult type for memflow results with recoverable errors.

Trait Implementations

impl<T> PartialResultExt<T> for PartialResult<T>[src]