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]

Executes the destructor for this type. Read more

impl Send for DCtx
[src]

Auto Trait Implementations

impl !Sync for DCtx