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.