Enum tuf::RemoteRepo [] [src]

pub enum RemoteRepo {
    File(PathBuf),
    Http(Url),
}

Variants

Trait Implementations

impl Debug for RemoteRepo
[src]

Formats the value using the given formatter.