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