[][src]Function coreboot_table::tables

pub fn tables<F, M>(callback: F, mapper: &mut M) -> Result<(), &'static str> where
    F: FnMut(Table) -> Result<(), &'static str>,
    M: Mapper