[−][src]Trait limiting_factor::config::Config
This trait allows to provide a configuration for the resources needed by the API.
This trait allows to provide a configuration for the resources needed by the API.
fn get_database_url(&self) -> &str
fn get_entry_point(&self) -> &str
fn get_database_pool_size(&self) -> u32
fn with_database(&self) -> bool
fn into_service(self, routes: Vec<Route>) -> Box<dyn Service>
impl Config for MinimalConfig
[src]fn get_database_url(&self) -> &str
[src]fn get_entry_point(&self) -> &str
[src]fn get_database_pool_size(&self) -> u32
[src]fn with_database(&self) -> bool
[src]fn into_service(self, routes: Vec<Route>) -> Box<dyn Service>
[src]