Docs.rs
rsdiff-0.0.2
rsdiff 0.0.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
FL03
Dependencies
rsdiff-core ^0.0.2
normal
rsdiff-derive ^0.0.2
normal
optional
rsdiff-graphs ^0.0.2
normal
optional
rsdiff-macros ^0.0.2
normal
optional
rsdiff-math ^0.0.2
normal
optional
anyhow ^1
dev
approx ^0.5
dev
criterion ^0.6
dev
lazy_static ^1
dev
num ^0.4
dev
Versions
50%
of the crate is documented
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
rsdiff
0.0.2
Operand
Type
Required Methods
kind
Implementations on Foreign Types
Box<dyn OperandType>
Trait Implementations
OperandType
Implementors
In rsdiff::
prelude
rsdiff
::
prelude
Trait
OperandType
Copy item path
Source
pub trait OperandType { // Required method fn
kind
(&self) ->
OpKind
; }
Required Methods
§
Source
fn
kind
(&self) ->
OpKind
Trait Implementations
§
Source
§
impl
OperandType
for
Box
<dyn
OperandType
>
Source
§
fn
kind
(&self) ->
OpKind
Implementations on Foreign Types
§
Source
§
impl
OperandType
for
Box
<dyn
OperandType
>
Source
§
fn
kind
(&self) ->
OpKind
Implementors
§
Source
§
impl
OperandType
for
Binary
Source
§
impl
OperandType
for
Nary
Source
§
impl
OperandType
for
Ternary
Source
§
impl
OperandType
for
Unary