packet_bandwidth

Function packet_bandwidth 

Source
pub fn packet_bandwidth(packet: &[u8]) -> Result<Bandwidth>
Expand description

Get bandwidth from a packet.

ยงErrors

Returns InvalidPacket if the packet is malformed.