1 2 3 4 5 6 7 8 9
pub type Integer = isize; pub type UInteger = usize; mod base_types; pub use base_types::*; mod session_types; pub use session_types::ErrorCode as SessionErrorCode; pub use session_types::SessionId;