pub trait ToJsonPath: ToJson {
// Provided method
fn to_json_path(&self, path: impl AsRef<Path>, pretty: bool) -> Result<()> { ... }
}
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.