pub trait Repr { type Value; // Required method fn extract(&self) -> Self::Value; }
Similar to From<&U> for T
From<&U> for T
The value that this struct encodes
extract the contained value