Function bdrck::configuration::set[][src]

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

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