[][src]Function bdrck::configuration::get

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

get returns the entire current set of configuration values in the configuration singleton matching the given identifier.