pub trait IntoConfig {
    fn into_config(self) -> Result<Config>;
}

Required Methods

Implementations on Foreign Types

Implementors