pub trait ApRegister<PORT: AccessPort>: Register + Sized { }
Expand description

A trait to be implemented by access port register types.

Use the define_ap_register! macro to implement this.

Object Safety§

This trait is not object safe.

Implementors§