Type Definition movey_utils::error::Result

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

A type alias that forces the usage of the custom error type.