pub trait Netstack: Copy + Clone {
    const VERSION: NetstackVersion;
}
Expand description

Abstraction for a Fuchsia component which offers network stack services.

Required Associated Constants§

source

const VERSION: NetstackVersion

The Netstack version.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Netstack for Netstack2

source§

impl Netstack for Netstack3

source§

const VERSION: NetstackVersion = NetstackVersion::Netstack3

source§

impl Netstack for ProdNetstack2

source§

const VERSION: NetstackVersion = NetstackVersion::ProdNetstack2

source§

impl Netstack for ProdNetstack3

source§

const VERSION: NetstackVersion = NetstackVersion::ProdNetstack3