mod a { pub type Result = std::result::Result; } mod b { pub type Result = std::result::Result; } pub use a::*; pub use b::*;