reth::providers

Trait StaticFileProviderFactory

Source
pub trait StaticFileProviderFactory {
    // Required method
    fn static_file_provider(&self) -> StaticFileProvider;
}
Expand description

Static file provider factory.

Required Methods§

Source

fn static_file_provider(&self) -> StaticFileProvider

Create new instance of static file provider.

Implementors§