macro_rules! impl_from {
(
$t1:ident, $t2:ident
{
$($code:tt)*
}
) => { ... };
}
Expand description
Macros for implementing From
for conversions.
macro_rules! impl_from {
(
$t1:ident, $t2:ident
{
$($code:tt)*
}
) => { ... };
}
Macros for implementing From
for conversions.