[][src]Type Definition libremexre::errors::Result

type Result<T, E = Box<dyn Error + Send + Sync + 'static>> = Result<T, E>;

A convenient alias for Result.