Skip to main content

GetExt

Trait GetExt 

Source
pub trait GetExt {
    // Required method
    fn get_ext(&self) -> String;
}
Expand description

Define each FileType/FileCompressionType’s extension

Required Methods§

Source

fn get_ext(&self) -> String

File extension getter

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl GetExt for ArrowFormatFactory

Source§

fn get_ext(&self) -> String

Source§

impl GetExt for AvroFormatFactory

Source§

fn get_ext(&self) -> String

Source§

impl GetExt for CsvFormatFactory

Source§

fn get_ext(&self) -> String

Source§

impl GetExt for DefaultFileType

Source§

fn get_ext(&self) -> String

Source§

impl GetExt for FileCompressionType

Source§

fn get_ext(&self) -> String

Source§

impl GetExt for JsonFormatFactory

Source§

fn get_ext(&self) -> String

Source§

impl GetExt for ParquetFormatFactory

Source§

fn get_ext(&self) -> String

Implementors§