Skip to main content

else_log

Function else_log 

Source
pub fn else_log<T, E>(error: E) -> Result<T, Infallible>
where T: Default, Error: From<E>,