pub trait Netstack: Copy + Clone {
const VERSION: NetstackVersion;
}
Expand description
Abstraction for a Fuchsia component which offers network stack services.
Required Associated Constants§
Sourceconst VERSION: NetstackVersion
const VERSION: NetstackVersion
The Netstack version.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.