[][src]Trait iml_wire_types::warp_drive::ErasedRecord

pub trait ErasedRecord: Label + EndpointNameSelf + Id + Debug { }

A Record with it's concrete type erased. The returned item implements the Label and EndpointName traits.

Implementors

impl<T: Label + EndpointNameSelf + Id + ToCompositeId + Debug> ErasedRecord for T[src]

Loading content...