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§

Implementations on Foreign Types§

Source§

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

Source§

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

Implementors§