Trait re_viewer::external::arrow2::array::Arrow2Arrow
pub trait Arrow2Arrow: Array {
// Required methods
fn to_data(&self) -> ArrayData;
fn from_data(data: &ArrayData) -> Self;
}
Expand description
Required Methods§
Object Safety§
This trait is not object safe.