1 2 3 4 5 6 7
pub fn method_1() -> String { "Mod: A, Method: 1".to_string() } pub fn method_2() -> String { "Mod: A, Method: 2".to_string() }