macro_rules! impl_approx {
(
NAME = $name:ident
FIELDS = ($($p:tt),*)
) => { ... };
}Expand description
Implement approx traits on a type.
macro_rules! impl_approx {
(
NAME = $name:ident
FIELDS = ($($p:tt),*)
) => { ... };
}Implement approx traits on a type.