Macro light_magic::get_first_name

source ยท
macro_rules! get_first_name {
    ($value:expr, $first_name:ident, $($rest_name:ident),*) => { ... };
    ($value:expr, $first_name:ident) => { ... };
}
Expand description

Helper for getting the first name of a struct