Trait arrow2::array::FromFfi[][src]

pub unsafe trait FromFfi<T: ArrowArrayRef>: Sized {
    fn try_from_ffi(array: T) -> Result<Self>;
}
Expand description

Trait describing how a struct imports into itself from the C data interface (FFI).

Required methods

Implementors