Struct hyper_fs::StaticFs [] [src]

pub struct StaticFs<C> { /* fields omitted */ }

Static File System

Methods

impl<C> StaticFs<C> where
    C: AsRef<Config> + Clone + Send
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<C> Service for StaticFs<C> where
    C: AsRef<Config> + Clone + Send + 'static, 
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

[src]

Process the request and return the response asynchronously.