Type Definition lofty::error::Result

source · []
pub type Result<T> = Result<T, LoftyError>;
Expand description

Alias for Result<T, LoftyError>