Macro versioned::impl_from_versioned
source · [−]macro_rules! impl_from_versioned {
($t:ty) => { ... };
}
Expand description
Macro that implements From trait for for a struct and its versioned wrapper
macro_rules! impl_from_versioned {
($t:ty) => { ... };
}
Macro that implements From trait for for a struct and its versioned wrapper