Type Alias holochain::prelude::DnaLocation

source ·
pub type DnaLocation = Location;
Expand description

Specifies remote, local, or bundled location of DNA

Aliased Type§

enum DnaLocation {
    Bundled(PathBuf),
    Path(PathBuf),
    Url(String),
}

Variants§

§

Bundled(PathBuf)

Expect file to be part of this bundle

§

Path(PathBuf)

Get file from local filesystem (not bundled)

§

Url(String)

Get file from URL