pub trait IntoRant: Sized { fn into_rant(self) -> RantValue; }
Enables infallible conversion into a RantValue.
RantValue
Converts to a RantValue.