Trait lrs::repr::Repr

Objects that have an alternative representation.

Syntax

trait Repr<T> {
    /* Required methods */
    fn repr(&self) -> T
}

Methods

ReceiverNameDescription
&selfrepr

Returns the alternative representation fo the object.