Struct libwally::package_contents::PackageContents [−][src]
pub struct PackageContents { /* fields omitted */ }Expand description
Container for the contents of a package that have been downloaded.
Implementations
Unpack the package into the given path on the filesystem.
Create a new PackageContents object from a buffer.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PackageContents
impl Send for PackageContents
impl Sync for PackageContents
impl Unpin for PackageContents
impl UnwindSafe for PackageContents
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self