pub struct List {} impl List { pub fn h() { println!("Uo") } }