Function rerr

Source
pub fn rerr<T, E>(x: E) -> RResult<T>
where E: Into<Box<dyn Error + Send + Sync>>,