Struct tuf::repository::FileSystemRepository [] [src]

pub struct FileSystemRepository<D> where
    D: DataInterchange
{ /* fields omitted */ }

A repository contained on the local file system.

Methods

impl<D> FileSystemRepository<D> where
    D: DataInterchange
[src]

[src]

Create a new repository on the local file system.

Trait Implementations

impl<D> Repository<D> for FileSystemRepository<D> where
    D: DataInterchange
[src]

The type returned when reading a target.

[src]

Initialize the repository.

[src]

Store signed metadata. Read more

[src]

Fetch signed metadata.

[src]

Store the given target.

[src]

Fetch the given target.

[src]

Perform a sanity check that M, Role, and MetadataPath all desrcribe the same entity.