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

pub struct Directory {
    pub base: PathBuf,
    pub path: PathBuf,
}

A directory; responds with the generated directory listing.

Fields

Methods

impl Directory
[src]

[src]

[src]

Trait Implementations

impl Debug for Directory
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Directory

impl Sync for Directory