Interface

Trait Interface 

Source
pub trait Interface: DriverGeneric {
    // Provided method
    fn parse_dtb_fn(&self) -> Option<FuncFdtParseConfig> { ... }
}

Provided Methods§

Source

fn parse_dtb_fn(&self) -> Option<FuncFdtParseConfig>

If not supported, returns None

Implementors§