blob: 2d02b591c55598079158575e7b979444bb0012fc [file] [log] [blame]
pub mod animals {
pub trait noisy {
fn speak(&mut self);
}
}