Struct shio::Shio [] [src]

pub struct Shio<H: Handler + 'static> where
    <H::Result as IntoFuture>::Error: Debug + Send
{ /* fields omitted */ }

Methods

impl<H: Handler> Shio<H> where
    <H::Result as IntoFuture>::Error: Debug + Send
[src]

[src]

[src]

Add data to global state

[src]

Set the number of threads to use.

[src]

impl Shio<Router>
[src]

[src]

Trait Implementations

impl Default for Shio<Router>
[src]

[src]

Returns the "default value" for a type. Read more