Docs.rs
lcov-diff-0.1.1
lcov-diff 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
capgelka
Dependencies
lcov ^0.6
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Trait Diff
Required Methods
diff
Implementations on Foreign Types
BTreeMap<K, V>
BranchValue
FunctionValue
LineValue
Report
SectionValue
Implementors
Other items in
lcov_diff
?
Trait
lcov_diff
::
Diff
[
−
]
[src]
pub trait Diff { fn
diff
(&mut self, other:
&
Self) ->
Result
<
()
,
MergeError
>; }
Required methods
[src]
fn
diff
(&mut self, other:
&
Self) ->
Result
<
()
,
MergeError
>
Implementations on Foreign Types
[src]
impl
Diff
for
Report
[src]
fn
diff
(&mut self, other:
&
Self) ->
Result
<
()
,
MergeError
>
[src]
impl
Diff
for
BranchValue
[src]
fn
diff
(&mut self, other:
&
Self) ->
Result
<
()
,
MergeError
>
[src]
impl
Diff
for
SectionValue
[src]
fn
diff
(&mut self, other:
&
Self) ->
Result
<
()
,
MergeError
>
[src]
impl
Diff
for
FunctionValue
[src]
fn
diff
(&mut self, other:
&
Self) ->
Result
<
()
,
MergeError
>
[src]
impl
Diff
for
LineValue
[src]
fn
diff
(&mut self, other:
&
Self) ->
Result
<
()
,
MergeError
>
[src]
impl<K, V>
Diff
for
BTreeMap
<K, V>
where
K:
Ord
+
Clone
,
V:
Diff
,
[src]
fn
diff
(&mut self, other:
&
Self) ->
Result
<
()
,
MergeError
>
Implementors