[][src]Function bdrck::configuration::remove

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

remove persists and then removes the configuration singleton matching the given identifier. After calling this function, the configuration in question will be unavailable.