Function read

Source
pub fn read<F, T>(f: F) -> T
where F: FnOnce(&Manager) -> T,