pub trait ClientBorrow {
// Required method
fn borrow_cli_ref(&self) -> &Client;
}Expand description
super set of ClientBorrowMut trait
Required Methods§
fn borrow_cli_ref(&self) -> &Client
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".