Type Alias wit_parser::PackageId
source · pub type PackageId = Id<Package>;
Aliased Type§
struct PackageId { /* private fields */ }
Implementations
Trait Implementations
source§impl<T> Ord for Id<T>
impl<T> Ord for Id<T>
source§impl<T> PartialOrd for Id<T>
impl<T> PartialOrd for Id<T>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more