pub fn message_to_wire_with(
from: &str,
value: &RuntimeValue,
codec: WireCodec,
integrity: WireIntegrity,
) -> Result<Vec<u8>, String>Expand description
As message_to_wire, with an explicit codec and integrity mode.
pub fn message_to_wire_with(
from: &str,
value: &RuntimeValue,
codec: WireCodec,
integrity: WireIntegrity,
) -> Result<Vec<u8>, String>As message_to_wire, with an explicit codec and integrity mode.