pub trait RsFunc: TypedFunc<Ty: Rs<Self>, Block: RsId<Self> + Ord + Clone + RelooperLabel, Value: RsId<Self> + Clone, Values: Arena<Self::Value, Output: Rs<Self>>, Blocks: Arena<Self::Block, Output: Block<Self, Terminator: RsTerm<Self>>>> + Sized { }Object Safety§
This trait is not object safe.