pub trait ValidAlignment: ValidAlignment { }
Expand description

Marker for if an alignment power is valid.

This trait is sealed and cannot be implemented by an external crate.

Implementors§