Module rustbus::wire::validate_raw

source ·
Expand description

Check a raw message (part) for validity given a signature

This could be useful for proxies that want to make sure they only forward valid messages. Since this does not try to unmarshal anything it should be more efficient than doing a whole unmarshalling just to check for correctness.

Functions

Type Aliases