Type Definition risinglight::array::I32ArrayBuilder
source · pub type I32ArrayBuilder = PrimitiveArrayBuilder<i32>;
Trait Implementations§
source§impl<'a> TryFrom<&'a ArrayBuilderImpl> for &'a I32ArrayBuilder
impl<'a> TryFrom<&'a ArrayBuilderImpl> for &'a I32ArrayBuilder
Implement &ArrayBuilderImpl -> &AbcBuilder
§type Error = TypeMismatch
type Error = TypeMismatch
The type returned in the event of a conversion error.
source§impl TryFrom<ArrayBuilderImpl> for I32ArrayBuilder
impl TryFrom<ArrayBuilderImpl> for I32ArrayBuilder
Implement ArrayBuilderImpl -> AbcBuilder
§type Error = TypeMismatch
type Error = TypeMismatch
The type returned in the event of a conversion error.