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