Struct conduit_git_http_backend::Serve [] [src]

pub struct Serve(pub PathBuf);

Trait Implementations

impl Handler for Serve
[src]

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