Objects that have an alternative representation.
trait Repr<T> { /* Required methods */ fn repr(&self) -> T }
&self
Returns the alternative representation fo the object.