Expand description
Decode adapters over the existing smb-server-proto-smb2 request parsers. Each is
a thin, zero-copy bridge: the frame is borrowed and the parser’s None
(malformed) becomes STATUS_INVALID_PARAMETER.
Macros§
- decode_
via_ 🔒parse - Generate a
Decodeimpl that adapts an existingTy::parse(frame) -> Option<Ty>.