Struct zstd_safe::DCtx [] [src]

pub struct DCtx(_);

Trait Implementations

impl Default for DCtx
[src]

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

impl Drop for DCtx
[src]

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

impl Send for DCtx
[src]