pub trait ExtensionId<E: Extension>: Send + Sync { // Required method fn create(&self) -> E; }
Identifier trait mirroring.