Derive Macro Versioned
#[derive(Versioned)]
Expand description
This is just a shorthand for impl Versioned for Foo {}
which is required for all top-level
versioned struct/enum in Fxfs.
#[derive(Versioned)]
This is just a shorthand for impl Versioned for Foo {}
which is required for all top-level
versioned struct/enum in Fxfs.