pub fn object_get_info_vec<Q: ObjectQuery>(
    handle: HandleRef<'_>
) -> Result<Vec<Q::InfoTy>, Status>
Expand description

Query multiple records of information about a zircon object. Returns a vec of Q::InfoTy on success. Intended for calls that return multiple small objects.