pub trait HandoffMeta: Any {
// Required methods
fn any_ref(&self) -> &dyn Any;
fn is_bottom(&self) -> bool;
}
Expand description
A handle onto the metadata part of a Handoff, with no element type.
pub trait HandoffMeta: Any {
// Required methods
fn any_ref(&self) -> &dyn Any;
fn is_bottom(&self) -> bool;
}
A handle onto the metadata part of a Handoff, with no element type.