Skip to main content

get_table_by_type

Function get_table_by_type 

Source
pub fn get_table_by_type<'a, T>(
    parser: &'a dyn AcpiParserInterface,
) -> Option<&'a T>
where T: AcpiTable + 'static,