[][src]Trait fbthrift::ClientFactory

pub trait ClientFactory {
    type Api: ?Sized;
    pub 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

pub 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...