Skip to main content

collect_items

Function collect_items 

Source
fn collect_items<P>(path: P, out: &mut Vec<DeriveInput>) -> Result<()>
where P: AsRef<Path>,