Trait simple_stream::frame::FrameBuilder
[−]
[src]
pub trait FrameBuilder {
fn from_bytes(buf: &mut Vec<u8>) -> Option<Box<Frame>>;
}
Required Methods
Implementors
impl FrameBuilder for SimpleFrameBuilderimpl FrameBuilder for WebSocketFrameBuilder