pub trait AsInner<Inner: ?Sized> { fn as_inner(&self) -> &Inner; }
A trait for viewing representations from std types