Trait hydroflow::scheduled::handoff::handoff_list::PortListSplit
source · pub trait PortListSplit<S, A>: PortList<S> + Sealed<S, A>{
type Suffix: PortList<S>;
// Required method
fn split_ctx(
ctx: Self::Ctx<'_>,
) -> (A::Ctx<'_>, <Self::Suffix as PortList<S>>::Ctx<'_>);
}
Expand description
Trait for splitting a list of ports into two.
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.