pub trait ConfigurableExt: Serialize {
    fn build() -> Result<Self, ConfigError>
    where
        Self: Sized
; }

Required Methods§

Implementors§