Type Definition magic_regexp::Result
source · pub type Result<T> = Result<T, Error>;
Expand description
A type, which is used to return results from this crate. Mostly used to wrap results from the Regex crate.
pub type Result<T> = Result<T, Error>;
A type, which is used to return results from this crate. Mostly used to wrap results from the Regex crate.