pub trait Instance: Deref<Target = RegisterBlock> + Sealed { }

Implementors