Struct zstd_safe::CStream [] [src]

pub struct CStream(_);

Trait Implementations

impl Default for CStream
[src]

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

impl Drop for CStream
[src]

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

impl Send for CStream
[src]