pub fn read_custom_code_from_paths<'a, I>( package: &'a [&'a str], paths: I ) -> CustomCodewhere I: Iterator<Item = PathBuf>,
How to read custom code to inject in Diem containers.