pub trait Inner<T> {
// Required methods
fn inner(&self) -> &T;
fn into_inner(self) -> T;
}Expand description
Inner for Newtypes to get the innermost value
DO NOT REMOVE - its been added and removed twice already, NumCast is a pain to use and won’t work for half our types