Struct engine_io::server::Server [] [src]

pub struct Server { /* fields omitted */ }

Methods

impl Server
[src]

Trait Implementations

impl Clone for Server
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Send for Server
[src]

impl Sync for Server
[src]

impl Handler for Server
[src]

Produce a Response from a Request, with the possibility of error.