Trait confgr_core::Empty

source ·
pub trait Empty {
    // Required method
    fn empty() -> Self;
}
Expand description

Creates an empty configuration layer, used to initialize all None’s, instead of Default.

Required Methods§

source

fn empty() -> Self

Object Safety§

This trait is not object safe.

Implementors§