Struct actix_web::fs::Directory
[−]
[src]
pub struct Directory { /* fields omitted */ }A directory; responds with the generated directory listing.
Methods
impl Directory[src]
Trait Implementations
impl Debug for Directory[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Responder for Directory[src]
type Item = HttpResponse
The associated item which can be returned.
type Error = Error
The associated error which can be returned.
fn respond_to(self, req: HttpRequest) -> Result<HttpResponse, Error>[src]
Convert itself to Reply or Error.