Struct zstd_safe::CCtx [] [src]

pub struct CCtx(_);

Trait Implementations

impl Default for CCtx
[src]

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

impl Drop for CCtx
[src]

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

impl Send for CCtx
[src]