Struct hdrhistogram::serialization::V2Serializer [] [src]

pub struct V2Serializer { /* fields omitted */ }

Serializer for the V2 binary format.

Methods

impl V2Serializer
[src]

[src]

Create a new serializer.

Trait Implementations

impl Default for V2Serializer
[src]

[src]

Returns the "default value" for a type. Read more

impl Serializer for V2Serializer
[src]

Error type returned when serialization fails.

[src]

Serialize the histogram into the provided writer. Returns the number of bytes written, or an error. Read more

Auto Trait Implementations

impl Send for V2Serializer

impl Sync for V2Serializer