without_annotations

Macro without_annotations 

Source
macro_rules! without_annotations {
    () => { ... };
    ( $value:expr $(,)? ) => { ... };
}
Expand description

Cast to a Variant without Annotations.