Trait reproto_backend::package_processor::Name [] [src]

pub trait Name<F>: Clone + Display + Debug + Eq where
    F: Flavor
{ fn package(&self) -> &F::Package; }

Required Methods

Access the package for the name.

Implementations on Foreign Types

impl<F> Name<F> for Loc<RpName<F>> where
    F: Flavor
[src]

Implementation for default name translation.

[src]

Implementors