pub trait Backing:
AsRef<str>
+ ToOwned
+ PartialEq { }Expand description
A Source for parsing (XX rename it to Source?), without the location info.
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.