Trait GetTokenExpansionPath

Source
pub trait GetTokenExpansionPath {
    // Required method
    fn token_expansion_path(
        &self,
        token_name: &CamelCaseTokenWithComment,
    ) -> PathBuf;
}

Required Methods§

Implementors§