Function dochy::intf::generate_accessor_from_json_dir[][src]

pub fn generate_accessor_from_json_dir<P>(
    json_dir: P,
    output: P,
    validation: bool
) -> Result<(), IntfError> where
    P: AsRef<Path>,