use Foo::*; #[derive(Debug, PartialEq, Clone)] pub enum Foo { Bar(usize) } impl Foo { /* this works */ fn get_bar_ref(&self) -> &usize ...
確定! 回上一頁