pub trait AnyUFrameMeta: AnyFrameMeta { }Expand description
The metadata of untyped frame.
If a structure M implements AnyUFrameMeta, it can be used as the
metadata of a type of untyped frames Frame<M>. All frames of such type
will be accessible as untyped memory.