pub fn build_protos_explicit(
    out_dir: &PathBuf,
    proto_paths: &[PathBuf],
    rebuild_if_changed_paths: &[PathBuf],
    includes: &[PathBuf]
)
Expand description

Allows for more control than build_protos (useful when the proto build is more complex).