Struct tuf::ConfigBuilder [] [src]

pub struct ConfigBuilder { /* fields omitted */ }

Helper that constructs Configs and verifies the options.

Methods

impl ConfigBuilder
[src]

Create a new builder with the default configurations where applicable.

The remote TUF repo.

The local path for metadata and target storage.

The hyper::client::Client to use. Default: Client::new().

Verify the configuration.