Function bdrck::configuration::persist[][src]

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

persist writes the configuration singleton matching the given identifier to disk.