Macro impl_xfs_array
Source macro_rules! impl_xfs_array {
($ty:ident, $name:expr) => { ... };
}
Expand description
Common functionality for XFS struct types.
ยงParameters:
$ty: the type name of the Rust struct.
$name: the XFS name of the Rust struct.
NOTE inner items must convert to/from XfsValue.