est 0.10.1

Extensions for the rust Standard library and Tokio.
Documentation
1
2
/// `Result` with default types.
pub type AnyRes<T = (), E = anyhow::Error> = Result<T, E>;