pub trait Register: AsSource + AsDestination + Clone + Display { }
Expand description

Types that can be used as a register

Implementations on Foreign Types

Implementors