pub trait PunctExt { // Required method fn punct(self, spacing: Spacing) -> Punct; }
Call Punct::new
Punct::new