pub async fn get_interface_id<'a>(
    interface_name: &'a str,
    state_proxy: &'a StateProxy
) -> Result<Option<u64>>
Expand description

Returns the id for the interface with interface_name.

If the interface is not found then, None is returned.