pub type RColumn<T> = RArray<T, 1>;
Aliased Type§
struct RColumn<T> {
robj: Robj,
_data: PhantomData<T>,
}
Fields§
§robj: Robj
Owning Robj (probably should be a Pin).
_data: PhantomData<T>
Data type of the n-array
pub type RColumn<T> = RArray<T, 1>;
struct RColumn<T> {
robj: Robj,
_data: PhantomData<T>,
}
robj: Robj
Owning Robj (probably should be a Pin).
_data: PhantomData<T>
Data type of the n-array