Skip to main content

nest

Function nest 

Source
pub fn nest<T: Send + Sync + 'static>(
    prefix: impl Into<String>,
    inner: Config<T>,
) -> Config<T>
Expand description

Namespace inner under prefix (same as Config::nested).