pub trait PacketContent: Codec + Debug { }
Expand description

Trait implemented by Codec values that can be used as packet contents

Implementors