Trait rerun::external::re_data_store::external::arrow2::array::TryExtendFromSelf
source · pub trait TryExtendFromSelf {
// Required method
fn try_extend_from_self(&mut self, other: &Self) -> Result<(), Error>;
}Expand description
A trait describing the ability of a struct to extend from a reference of itself.
Specialization of TryExtend.
Required Methods§
Object Safety§
This trait is not object safe.