Struct glop::runtime::ScriptClientProto [] [src]

pub struct ScriptClientProto { /* fields omitted */ }

Methods

impl ClientProto
[src]

Trait Implementations

impl<T: Io + 'static> ClientProto<T> for ClientProto
[src]

Request messages.

Response messages.

The message transport, which works with I/O objects of type T. Read more

A future for initializing a transport from an I/O object. Read more

Build a transport from the given I/O object, using self for any configuration. Read more