Trait hydro_lang::location::can_send::CanSend
source · pub trait CanSend<'a, To: Location<'a>>: Location<'a> {
type In<T>;
type Out<T>;
type OutStrongestOrder<InOrder>;
// Required methods
fn is_demux() -> bool;
fn tagged_type() -> Option<Type>;
}
Required Associated Types§
type In<T>
type Out<T>
sourcetype OutStrongestOrder<InOrder>
type OutStrongestOrder<InOrder>
Given the ordering guarantees of the input, determines the strongest possible ordering guarantees of the output.
Required Methods§
Object Safety§
This trait is not object safe.