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]

Executes the destructor for this type. Read more

impl Send for DStream
[src]

Auto Trait Implementations

impl !Sync for DStream