Trait GetPackageSection

Source
pub trait GetPackageSection {
    type Error;

    // Required method
    fn get_package_section(&self) -> Result<&Value, Self::Error>;
}

Required Associated Types§

Required Methods§

Source

fn get_package_section(&self) -> Result<&Value, Self::Error>

Helper to retrieve the package section from Cargo.toml

Implementors§