Struct httpbis::solicit_misc::VecSendFrame [] [src]

pub struct VecSendFrame(pub Vec<u8>);

Trait Implementations

impl SendFrame for VecSendFrame
[src]

Queue the given frame for immediate sending to the peer. It is the responsibility of each individual SendFrame implementation to correctly serialize the given FrameIR into an appropriate buffer and make sure that the frame is subsequently eventually pushed to the peer. Read more