Type Alias RColumn
Source pub type RColumn<T> = RArray<T, [usize; 1]>;
pub struct RColumn<T> { }
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.