pub struct Defaulted; impl Defaulted { pub fn new() -> Self { Defaulted } } impl Defaulted { pub fn value(&self) -> usize { N } }