Trait api::Client [] [src]

pub trait Client<A: Api, E> {
    fn send(
        &mut self,
        url: &str,
        req: A
    ) -> Result<A::Reply, SendError<E, A::Error>>; }

Required Methods

Implementors