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.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".