Struct terminal_thrift::proxy::SimpleProxy [] [src]

pub struct SimpleProxy<PF, TS> { /* fields omitted */ }

Methods

impl<PF, TS> SimpleProxy<PF, TS>
[src]

Create a new SimpleProxy that will replay messages over the given server transports using the given protocols.

Trait Implementations

impl<E, PF, TS> Proxy<E> for SimpleProxy<PF, TS> where
    PF: ProtocolFactory,
    TS: TransportServer,
    E: Encode
[src]