Struct gopher_core::proto::GopherServer [] [src]

pub struct GopherServer;

Trait Implementations

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

For this protocol style, Request matches the codec In type

For this protocol style, Response matches the coded Out type

A bit of boilerplate to hook in the codec:

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