Macro to_and_from_le
#[macro_export]
macro_rules! to_and_from_le {
($($args:tt),+ $(,)?) => { ... };
}
Implement from_le() and to_le(), providing the field specification to both macros
and methods.
to_and_from_le#[macro_export]
macro_rules! to_and_from_le {
($($args:tt),+ $(,)?) => { ... };
}
Implement from_le() and to_le(), providing the field specification to both macros
and methods.