Trait ps_datachunk::typed::ToTypedDataChunk

source ·
pub unsafe trait ToTypedDataChunk<T: Archive> {
    // Required method
    fn to_typed_datachunk(&self) -> Result<TypedDataChunk<'static, T>>;
}

Required Methods§

Implementors§