Struct framework_releases::ReleaseFetcher [−][src]
pub struct ReleaseFetcher { /* fields omitted */ }Implementations
Create a new release fetcher for the given Release and release_name.
Load the serialized modules from the specified release.
Load the modules for the specified release. Returned in dependency order.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReleaseFetcher
impl Send for ReleaseFetcher
impl Sync for ReleaseFetcher
impl Unpin for ReleaseFetcher
impl UnwindSafe for ReleaseFetcher
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self