pub trait AsAspn { // Required method fn as_aspn(&self) -> Aspn; }
The AsAspn trait is used to convert a reference into a Aspn
AsAspn
Aspn