pub trait Registrable { type Registrar; fn registrar() -> Self::Registrar; }
A trait to enable public workers being registered in a web worker.
Registrar Type.
Creates a registrar for the current worker.