pub fn take_startup_handle(info: HandleInfo) -> Option<Handle>Expand description
Removes the handle of type HandleType from the list of handles received at startup.
This function will return Some at-most once per handle type.
This function will return None if the requested type was not received at
startup or if the handle with the provided type was already taken.