Struct reproto_core::ResolvedByPrefix [] [src]

pub struct ResolvedByPrefix {
    pub package: RpPackage,
    pub source: Source,
}

A resolved package.

Fields

Package object belongs to.

Source found.

Trait Implementations

impl Debug for ResolvedByPrefix
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations