Function of::find_compatible_node
source · pub fn find_compatible_node(
with: &'static [&'static str]
) -> impl Iterator<Item = FdtNode<'static, 'static>>
Expand description
Searches for a node which contains a compatible
property and contains
one of the strings inside of with