Module async_rustbus::rustbus_core::wire::validate_raw[][src]

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 Definitions

Either Ok(amount_of_bytes) or Err(position, ErrorCode)