macro_rules! typed_field {
($instance:expr, $type:path, $field:ident) => { ... };
}
Expand description
Creates TypeField
for fieled of the given instance.
Can be used to implement PaddingBane::get_fields
.
macro_rules! typed_field {
($instance:expr, $type:path, $field:ident) => { ... };
}
Creates TypeField
for fieled of the given instance.
Can be used to implement PaddingBane::get_fields
.