pub trait IntoAspn { // Required method fn into_aspn(self) -> Aspn; }
A trait for converting a type into a Aspn
Aspn