pub trait SchemeExt: Scheme {
// Provided method
fn id(&self) -> SchemeId { ... }
}Expand description
Provided Methods§
Sourcefn id(&self) -> SchemeId
fn id(&self) -> SchemeId
Unique identifier derived from scheme_name.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".