pub trait POrd<T> { }
Expand description

Path semantical order.

This is implemented by types to define an order such that symbols can not be used inconsistently.

Uses a marker feature to allow overlapping impls.

Implementors