Struct actix_web::fs::Directory [] [src]

pub struct Directory { /* fields omitted */ }

A directory; responds with the generated directory listing.

Methods

impl Directory
[src]

[src]

Trait Implementations

impl Debug for Directory
[src]

[src]

Formats the value using the given formatter.

impl Responder for Directory
[src]

The associated item which can be returned.

The associated error which can be returned.

[src]

Convert itself to Reply or Error.