Skip to main content

ClientBorrow

Trait ClientBorrow 

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

super set of ClientBorrowMut trait

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T> ClientBorrow for &T
where T: ClientBorrow,

Source§

impl<T> ClientBorrow for &mut T
where T: ClientBorrow,

Implementors§