Macro impl_more::impl_as_ref
source · [−]macro_rules! impl_as_ref {
($ty:ty, $inner:ty) => { ... };
($ty:ty, $inner:ty, $field:ident) => { ... };
}
macro_rules! impl_as_ref {
($ty:ty, $inner:ty) => { ... };
($ty:ty, $inner:ty, $field:ident) => { ... };
}