[][src]Trait fbthrift_git::ClientFactory

pub trait ClientFactory {
    type Api: ?Sized;
    fn new<P, T>(protocol: P, transport: T) -> Arc<Self::Api>
    where
        P: Protocol<Frame = T> + 'static,
        T: Transport + Sync
; }

Associated Types

type Api: ?Sized

Loading content...

Required methods

fn new<P, T>(protocol: P, transport: T) -> Arc<Self::Api> where
    P: Protocol<Frame = T> + 'static,
    T: Transport + Sync

Loading content...

Implementors

Loading content...