Macro light_magic::get_first_type

source ยท
macro_rules! get_first_type {
    ($first_name:ident : $first_ty:ty, $($rest_name:ident : $rest_ty:ty),*) => { ... };
    ($first_name:ident : $first_ty:ty) => { ... };
}
Expand description

Helper for getting the first type of a struct