Type Definition hentai::Result

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

Shorthand for Result<T, HentaiError> meant to make catching errors slightly more simple.