#[derive(ProtocolField)]
{
// Attributes available to this derive:
#[wsdf]
}
Expand description
Registers a type to be used as a field within the main #[derive(Protocol)]
type.
#[derive(ProtocolField)]
{
// Attributes available to this derive:
#[wsdf]
}
Registers a type to be used as a field within the main #[derive(Protocol)]
type.