Trait krates::KrateDetails[][src]

pub trait KrateDetails {
    fn name(&self) -> &str;
fn version(&self) -> &Version; }
Expand description

A trait that can be applied to the type stored in the graph nodes to give additional features on Krates.

Required methods

The name of the crate

The version of the crate

Implementations on Foreign Types

Implementors