Function tables

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