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