pub struct LcovParser { /* private fields */ }
Available on crate feature
lcov
only.Implementations§
Trait Implementations§
Source§impl CoverageReader for LcovParser
impl CoverageReader for LcovParser
Source§fn read<R: BufRead>(&self, reader: &mut R) -> Result<PackageCoverage, Error>
fn read<R: BufRead>(&self, reader: &mut R) -> Result<PackageCoverage, Error>
fetch the coverage information from the reader
Source§fn read_from_file(&self, path: &Path) -> Result<PackageCoverage, Error>
fn read_from_file(&self, path: &Path) -> Result<PackageCoverage, Error>
fetch the coverage information from file
Source§impl CoverageWriter for LcovParser
impl CoverageWriter for LcovParser
Auto Trait Implementations§
impl Freeze for LcovParser
impl RefUnwindSafe for LcovParser
impl Send for LcovParser
impl Sync for LcovParser
impl Unpin for LcovParser
impl UnwindSafe for LcovParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more