log-error
A small crate to log the error result easily
Sometimes we just want to record the error result, rather than return it to upper caller or unwrap the result with a panic, this crate will help you do it in relaxed
Example
use *;
use Error;
A small crate to log the error result easily
Sometimes we just want to record the error result, rather than return it to upper caller or unwrap the result with a panic, this crate will help you do it in relaxed
use *;
use Error;