Struct reproto_core::ResolvedByPrefix [] [src]

pub struct ResolvedByPrefix {
    pub package: RpPackage,
    pub object: Box<Object>,
}

A resolved package.

Fields

Package object belongs to.

Object found.

Trait Implementations

impl Debug for ResolvedByPrefix
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations