pub trait ViewRefExt { // Required method fn get_koid(&self) -> Result<Koid, Status>; }
Extension trait for [fidl_fuchsia_ui_view::ViewRef].
Returns the koid (kernel object ID) for this ViewRef. (This involves a system call.)
ViewRef