[][src]Trait maven_toolbox::PomParser

pub trait PomParser {
    pub fn parse(&self, input: String) -> Result<Project, ResolverError>;
}

Required methods

pub fn parse(&self, input: String) -> Result<Project, ResolverError>[src]

Loading content...

Implementors

impl PomParser for DefaultPomParser[src]

Loading content...