macro_rules! without_annotations {
() => { ... };
( $value:expr $(,)? ) => { ... };
}Expand description
Cast to a Variant without Annotations.
macro_rules! without_annotations {
() => { ... };
( $value:expr $(,)? ) => { ... };
}Cast to a Variant without Annotations.