pub trait SourceSchemaCompatExt {
// Required method
fn into_v2_with_warning(self) -> FormatEncodeOptions;
}Required Methods§
Sourcefn into_v2_with_warning(self) -> FormatEncodeOptions
fn into_v2_with_warning(self) -> FormatEncodeOptions
Convert self to FormatEncodeOptions and warn the user if the syntax is deprecated.