Function get

Source
pub fn get<F, R>(f: F) -> R
where F: FnOnce(&Config) -> R,