Trait vortex::encoding::ArrayEncodingExt

source ·
pub trait ArrayEncodingExt {
    type D: ArrayDef;

    // Provided methods
    fn into_canonical(array: Array) -> VortexResult<Canonical> { ... }
    fn with_dyn<R, F>(array: &Array, f: F) -> R
       where F: for<'b> FnMut(&'b (dyn ArrayTrait + 'b)) -> R { ... }
}
Expand description

Non-object-safe extensions to the ArrayEncoding trait.

Required Associated Types§

Provided Methods§

source

fn into_canonical(array: Array) -> VortexResult<Canonical>

source

fn with_dyn<R, F>(array: &Array, f: F) -> R
where F: for<'b> FnMut(&'b (dyn ArrayTrait + 'b)) -> R,

Object Safety§

This trait is not object safe.

Implementors§