Struct reproto_core::RpPackageFormat [] [src]

pub struct RpPackageFormat<'a>(pub &'a RpPackage, pub Option<&'a Version>);

Helper structure to format package information.

Trait Implementations

impl<'a> Display for RpPackageFormat<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for RpPackageFormat<'a>

impl<'a> Sync for RpPackageFormat<'a>