pub trait RelayCellFormatTrait {
type FIELDS: RelayCellFields;
const FORMAT: RelayCellFormat;
}Expand description
Specifies a relay cell format and associated types.
Required Associated Constants§
sourceconst FORMAT: RelayCellFormat
const FORMAT: RelayCellFormat
Which format this object is for.
Required Associated Types§
sourcetype FIELDS: RelayCellFields
type FIELDS: RelayCellFields
A RelayCellFields type for this format.
Object Safety§
This trait is not object safe.