Function rraise

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