Trait StaticFileProviderFactory

pub trait StaticFileProviderFactory: NodePrimitivesProvider {
    // Required method
    fn static_file_provider(&self) -> StaticFileProvider<Self::Primitives>;
}
Available on crate feature provider only.
Expand description

Static file provider factory.

Required Methods§

fn static_file_provider(&self) -> StaticFileProvider<Self::Primitives>

Create new instance of static file provider.

Implementors§