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