trait Canonicalization {
// Required method
fn canonicalize(self) -> Self;
}Required Methods§
Sourcefn canonicalize(self) -> Self
fn canonicalize(self) -> Self
https://wicg.github.io/sanitizer-api/#canonicalize-a-sanitizer-element-with-attributes https://wicg.github.io/sanitizer-api/#canonicalize-a-sanitizer-element https://wicg.github.io/sanitizer-api/#canonicalize-a-sanitizer-processing-instruction https://wicg.github.io/sanitizer-api/#canonicalize-a-sanitizer-attribute https://html.spec.whatwg.org/multipage/#canonicalize-a-sanitizer-list https://html.spec.whatwg.org/multipage/#canonicalize-a-processing-instruction-list
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.