Trait hydroflow::scheduled::handoff::HandoffMeta
source · 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.