Skip to main content

implicit_match

Function implicit_match 

Source
fn implicit_match<'a, ListIter>(
    room: &WindowRoom,
    implicit: Option<&ListIter>,
) -> bool
where ListIter: Iterator<Item = &'a ListId> + Clone,