fn unwrap_or_log()

in ingester/src/main.rs [16:19]


    fn unwrap_or_log(self, value: Self::Value) -> Self::Value;
}

impl<T, E: std::error::Error> UnwrapOrLog for Result<T, E> {