pub fn serialize_throughput<S>(
throughput: &Throughput,
serializer: S,
) -> Result<S::Ok, S::Error>where
S: Serializer,
Expand description
Serializes Throughput
and uses MiBs as the unit.
pub fn serialize_throughput<S>(
throughput: &Throughput,
serializer: S,
) -> Result<S::Ok, S::Error>where
S: Serializer,
Serializes Throughput
and uses MiBs as the unit.