Expand description
Derives a 9P wire format encoding for a struct by recursively calling
WireFormat::encode
or WireFormat::decode
on the fields of the struct.
This is only intended to be used from within the p9
crate.
Derive Macrosยง
- P9Wire
Format - The function that derives the actual implementation.