pub trait Response: Debug {
// Provided methods
fn is_successful(&self) -> bool { ... }
fn is_transient(&self) -> bool { ... }
}
pub trait Response: Debug {
// Provided methods
fn is_successful(&self) -> bool { ... }
fn is_transient(&self) -> bool { ... }
}