Struct conduit_static::Static [] [src]

pub struct Static {
    // some fields omitted
}

Methods

impl Static
[src]

fn new<P: AsRef<Path>>(path: P) -> Static

Trait Implementations

impl Handler for Static
[src]

fn call(&self, request: &mut Request) -> Result<Response, Box<Error + Send>>