Enum tugger_file_manifest::FileData [−][src]
Expand description
Represents an abstract location for binary data.
Data can be backed by the filesystem or in memory.
Variants
Path(PathBuf)
Tuple Fields of Path
0: PathBuf
Implementations
Resolve the data for this instance.
If backed by a file, the file will be read.
Convert this instance to a memory variant.
This ensures any file-backed data is present in memory.
Obtain a filesystem path backing this content.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FileData
impl UnwindSafe for FileData
Blanket Implementations
Mutably borrows from an owned value. Read more