Trait IntoBoxedArray

Source
pub trait IntoBoxedArray {
    // Required method
    fn into_boxed(self) -> Box<dyn Array>;
}

Required Methods§

Source

fn into_boxed(self) -> Box<dyn Array>

Implementations on Foreign Types§

Source§

impl IntoBoxedArray for Box<dyn Array>

Source§

fn into_boxed(self) -> Box<dyn Array>

Implementors§