Trait GetPackageSectionMut

Source
pub trait GetPackageSectionMut {
    type Error;

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

Required Associated Types§

Required Methods§

Source

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

Helper to retrieve the package section from Cargo.toml

Implementors§