1 2 3 4 5 6
use naming; pub struct Options { pub id_converter: Option<Box<naming::Naming>>, pub modules: Vec<String>, }