Trait fbthrift_git::ClientFactory[][src]

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

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...