macro_rules! impl_as_with_inherent {
{ $ty:ident } => { ... };
}Expand description
Implement fn as_...(&self) -> ... and AsRef
macro_rules! impl_as_with_inherent {
{ $ty:ident } => { ... };
}Implement fn as_...(&self) -> ... and AsRef