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§