Function aws_smithy_eventstream::frame::write_message_to

source ยท
pub fn write_message_to(
    message: &Message,
    buffer: &mut dyn BufMut,
) -> Result<(), Error>
Expand description

Writes the message to the given buffer.