Trait IntoShreddingField
pub trait IntoShreddingField {
// Required method
fn into_shredding_field(self) -> ShreddingField;
}Expand description
Convenience conversion to allow passing either FieldRef, DataType, or (DataType, bool).
Required Methods§
fn into_shredding_field(self) -> ShreddingField
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".