Trait epicbox::broker::stomp::frame::ToFrameBody[][src]

pub trait ToFrameBody {
    fn to_frame_body<'a>(&'a self) -> &'a [u8];
}

Required methods

Implementations on Foreign Types

Implementors