Trait reproto_manifest::Lang [] [src]

pub trait Lang: Default {
    type Module: 'static + TryFromToml;
}

The trait that describes the specific implementation of a given language.

Associated Types

Module type used.

Implementors