Trait SourceSchemaCompatExt

Source
pub trait SourceSchemaCompatExt {
    // Required method
    fn into_v2_with_warning(self) -> FormatEncodeOptions;
}

Required Methods§

Source

fn into_v2_with_warning(self) -> FormatEncodeOptions

Convert self to FormatEncodeOptions and warn the user if the syntax is deprecated.

Implementations on Foreign Types§

Source§

impl SourceSchemaCompatExt for CompatibleFormatEncode

Implementors§