IntoShreddingField

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

Implementations on Foreign Types§

§

impl IntoShreddingField for &DataType

§

fn into_shredding_field(self) -> ShreddingField

§

impl IntoShreddingField for (&DataType, bool)

§

fn into_shredding_field(self) -> ShreddingField

§

impl IntoShreddingField for (DataType, bool)

§

fn into_shredding_field(self) -> ShreddingField

§

impl IntoShreddingField for Arc<Field>

§

fn into_shredding_field(self) -> ShreddingField

§

impl IntoShreddingField for DataType

§

fn into_shredding_field(self) -> ShreddingField

Implementors§