Skip to main content

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§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

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§