Type Alias holochain::prelude::ZomeLocation

source ·
pub type ZomeLocation = Location;
Expand description

Alias for a suitable representation of zome location

Aliased Type§

enum ZomeLocation {
    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