1 2 3 4 5 6 7
mod annotated; mod dyn_annotated; mod into_annotated; mod remove_annotations; #[allow(unused_imports)] pub use {annotated::*, dyn_annotated::*, into_annotated::*, remove_annotations::*};