1 2 3 4 5 6
mod r#const; mod r#fn; mod r#impl; mod r#trait; pub(crate) use {r#const::*, r#fn::*, r#trait::*};