Struct resp_async::Server[][src]

pub struct Server<H> where
    H: EventHandler + Send + Sync + 'static, 
{ /* fields omitted */ }

Methods

impl<H> Server<H> where
    H: EventHandler + Send + Sync + 'static, 
[src]

Auto Trait Implementations

impl<H> Send for Server<H>

impl<H> Sync for Server<H>