Function bdrck::configuration::set

source ·
pub fn set<T: Clone + Serialize + DeserializeOwned + 'static>(
    id: &Identifier,
    config: T
) -> Result<()>
Expand description

set replaces all existing configuration values with the given entirely new set of configuration values in the configuration singleton matching the given identifier..