Function gidl_util::create_handles

source ·
pub fn create_handles(defs: &[HandleDef]) -> Vec<zx_handle_info_t>
Expand description

Creates a vector of raw handles based on defs. Panics if creating any of the handles fails. The caller is responsible for closing the handles.