RegistryParser

Trait RegistryParser 

Source
pub trait RegistryParser: ArtifactParser {
    // Required methods
    fn valid_path(&self, pth: &str) -> bool;
    fn first_path_pattern(&self) -> &str;
}

Required Methods§

Source

fn valid_path(&self, pth: &str) -> bool

Source

fn first_path_pattern(&self) -> &str

Implementors§