pub trait ClientBorrow {
// Required method
fn borrow_cli_ref(&self) -> &Client;
}Expand description
super set of ClientBorrowMut trait
pub trait ClientBorrow {
// Required method
fn borrow_cli_ref(&self) -> &Client;
}super set of ClientBorrowMut trait