[][src]Trait fbthrift_git::Transport

pub trait Transport: Framing + Send + 'static {
    pub fn call(
        &self,
        req: FramingEncodedFinal<Self>
    ) -> Pin<Box<dyn Future<Output = Result<FramingDecoded<Self>, Error>> + Send + 'static>>; }

Required methods

pub fn call(
    &self,
    req: FramingEncodedFinal<Self>
) -> Pin<Box<dyn Future<Output = Result<FramingDecoded<Self>, Error>> + Send + 'static>>
[src]

Loading content...

Implementors

Loading content...