Function with_default_log

Source
pub fn with_default_log<T, E>(r: Result<T, E>) -> Result<(T, FormatLog), E>