cabot 0.7.1

Simple HTTP Client.
Documentation
1
2
3
4
pub use super::errors::CabotError;

/// Result used by method that can failed.
pub type CabotResult<T> = Result<T, CabotError>;