Trait hydroflow::scheduled::handoff::CanReceive
source · pub trait CanReceive<T> {
// Required method
fn give(&self, item: T) -> T;
}
Expand description
Trait representing somethign which we can give an item to.