Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
DisplayAs in datafusion::physical_plan - Rust
[go: Go Back, main page]

pub trait DisplayAs {
    // Required method
    fn fmt_as(
        &self,
        t: DisplayFormatType,
        f: &mut Formatter<'_>
    ) -> Result<(), Error>;
}
Expand description

Trait for types which could have additional details when formatted in Verbose mode

Required Methods§

source

fn fmt_as( &self, t: DisplayFormatType, f: &mut Formatter<'_> ) -> Result<(), Error>

Format according to DisplayFormatType, used when verbose representation looks different from the default one

Should not include a newline

Implementors§