VZBridgedNetworkInterface

Trait VZBridgedNetworkInterface 

Source
pub trait VZBridgedNetworkInterface {
    // Required method
    fn id(&self) -> Id;

    // Provided methods
    fn localized_display_name(&self) -> NSString { ... }
    fn identifier(&self) -> NSString { ... }
}
Expand description

common behaviors for bridge network interface

Required Methods§

Source

fn id(&self) -> Id

Provided Methods§

Implementors§