macro_rules! impl_xfs_bool {
($ty:ident, $name:expr) => { ... };
}Expand description
Common functionality for XFS boolean types.
macro_rules! impl_xfs_bool {
($ty:ident, $name:expr) => { ... };
}Common functionality for XFS boolean types.