IntoShreddingField

Trait IntoShreddingField 

Source
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§

Implementations on Foreign Types§

Source§

impl IntoShreddingField for &DataType

Source§

impl IntoShreddingField for (&DataType, bool)

Source§

impl IntoShreddingField for (DataType, bool)

Source§

impl IntoShreddingField for DataType

Source§

impl IntoShreddingField for FieldRef

Implementors§