1 2
pub type Result<T> = std::result::Result<T, super::error::Error>; pub type ResponseResult<T> = std::result::Result<T, super::error::ResponseError>;