Function network_test_realm::get_interface_id

source ยท
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.