[][src]Function octane::constants::closures_lock

pub fn closures_lock<F, T>(f: F) -> T where
    F: FnOnce(&mut HashMap<RequestMethod, PathNode<Closures>>) -> T,