Struct kipa_lib::LocalAddressParams[][src]

pub struct LocalAddressParams { /* fields omitted */ }

Parameters for creating the local address of a client

Methods

impl LocalAddressParams
[src]

Trait Implementations

impl Creator for LocalAddressParams
[src]

Parameters needed for creating the type

Add clap arguments to the command line options

Create the type, given clap arguments and parameters

Auto Trait Implementations