Struct rust_abci::socket_server::SocketServer [] [src]

pub struct SocketServer<H> { /* fields omitted */ }

Trait Implementations

impl<H: ABCIApplication + 'static + Sync + Send + 'static> Service for SocketServer<H>
[src]