Searched defs:BpModule (Results 1 – 2 of 2) sorted by relevance
21 pub struct BpModule { struct22 pub module_type: String,23 pub props: BpProperties,56 impl BpModule { implementation57 pub fn new(module_type: String) -> BpModule { in new()
853 ) -> Result<Vec<BpModule>> { in crate_to_bp_modules()