Trait livemod::LiveModRepr[][src]

pub trait LiveModRepr<T> {
    fn repr(&self, cur: &T) -> Namespaced<Repr>;
}
Expand description

Provider of an alternate representation for a LiveMod type

Required methods

Implementors