pub type Result<T> = Result<T, Error>;
Result typedef to use with the tower_otel_http_metrics::Error type
Result
tower_otel_http_metrics::Error
enum Result<T> { Ok(T), Err(Error), }
Contains the success value
Contains the error value