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