Type Definition miniview::MVResult[][src]

type MVResult<T> = Result<T, MiniViewError>;

A convenience type alias which represents a regular Result where the error type is represented by the MiniViewError, which is the top-level error type for this crate.