Type Definition miniview::MVResult

source ·
pub type MVResult<T> = Result<T, MiniViewError>;
Expand description

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.