IntoFlowwPackets

Trait IntoFlowwPackets 

Source
pub trait IntoFlowwPackets {
    // Required method
    fn into_packets(self) -> Vec<FlowwPacket>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T: IntoFlowwPacket> IntoFlowwPackets for Vec<T>

Implementors§