pub trait GetPackageSectionMut {
type Error;
// Required method
fn get_package_section_mut(&mut self) -> Result<&mut Value, Self::Error>;
}Required Associated Types§
Required Methods§
Sourcefn get_package_section_mut(&mut self) -> Result<&mut Value, Self::Error>
fn get_package_section_mut(&mut self) -> Result<&mut Value, Self::Error>
Helper to retrieve the package section from Cargo.toml