pub trait Manager: Copy + Clone {
    const MANAGEMENT_AGENT: ManagementAgent;
}
Expand description

Abstraction for a Fuchsia component which offers network configuration services.

Required Associated Constants§

source

const MANAGEMENT_AGENT: ManagementAgent

The management agent to be used.

Object Safety§

This trait is not object safe.

Implementors§