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

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