Struct zstd_safe::DStream [] [src]

pub struct DStream(_);

Trait Implementations

impl Default for DStream
[src]

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

impl Drop for DStream
[src]

A method called when the value goes out of scope. Read more

impl Send for DStream
[src]