Docs.rs
rsdiff-0.0.2
rsdiff 0.0.2
Permalink
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
Operator
Required Methods
kind
name
Implementations on Foreign Types
Box<dyn Operator>
Trait Implementations
Operator
Implementors
In rsdiff::
prelude
rsdiff
::
prelude
Trait
Operator
Copy item path
Source
pub trait Operator { // Required methods fn
kind
(&self) ->
OpKind
;
fn
name
(&self) -> &
str
; }
Required Methods
§
Source
fn
kind
(&self) ->
OpKind
Source
fn
name
(&self) -> &
str
Trait Implementations
§
Source
§
impl
Operator
for
Box
<dyn
Operator
>
Source
§
fn
kind
(&self) ->
OpKind
Source
§
fn
name
(&self) -> &
str
Implementations on Foreign Types
§
Source
§
impl
Operator
for
Box
<dyn
Operator
>
Source
§
fn
kind
(&self) ->
OpKind
Source
§
fn
name
(&self) -> &
str
Implementors
§
Source
§
impl
Operator
for
Op
Source
§
impl
Operator
for
TernaryExpr
Source
§
impl
Operator
for
TernaryOp
Source
§
impl
Operator
for
UnaryOp
Source
§
impl
Operator
for
Affine
Source
§
impl<K, S>
Operator
for S
where K:
OperandType
, S:
Operand
<Kind = K>,