Trait bins::HasClient [] [src]

pub trait HasClient {
    fn client(&self) -> &Client;
}

Required Methods

Implementors