pub trait ValueRepr: Sealed { // Required method fn to_repr(&self) -> Repr; }
The TOML representation of the value