tor_cell::relaycell

Trait RelayCellFormatTrait

source
pub trait RelayCellFormatTrait {
    type FIELDS: RelayCellFields;

    const FORMAT: RelayCellFormat;
}
Expand description

Specifies a relay cell format and associated types.

Required Associated Constants§

source

const FORMAT: RelayCellFormat

Which format this object is for.

Required Associated Types§

source

type FIELDS: RelayCellFields

A RelayCellFields type for this format.

Object Safety§

This trait is not object safe.

Implementors§