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
Eval
Once
Required Associated Types
Output
Required Methods
eval_once
Implementations on Foreign Types
f32
f64
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In crate rsdiff
rsdiff
Trait
EvalOnce
Copy item path
Source
pub trait EvalOnce { type
Output
; // Required method fn
eval_once
(self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
eval_once
(self) -> Self::
Output
Implementations on Foreign Types
§
Source
§
impl
EvalOnce
for
f32
Source
§
type
Output
=
f32
Source
§
fn
eval_once
(self) -> <
f32
as
EvalOnce
>::
Output
Source
§
impl
EvalOnce
for
f64
Source
§
type
Output
=
f64
Source
§
fn
eval_once
(self) -> <
f64
as
EvalOnce
>::
Output
Source
§
impl
EvalOnce
for
i8
Source
§
type
Output
=
i8
Source
§
fn
eval_once
(self) -> <
i8
as
EvalOnce
>::
Output
Source
§
impl
EvalOnce
for
i16
Source
§
type
Output
=
i16
Source
§
fn
eval_once
(self) -> <
i16
as
EvalOnce
>::
Output
Source
§
impl
EvalOnce
for
i32
Source
§
type
Output
=
i32
Source
§
fn
eval_once
(self) -> <
i32
as
EvalOnce
>::
Output
Source
§
impl
EvalOnce
for
i64
Source
§
type
Output
=
i64
Source
§
fn
eval_once
(self) -> <
i64
as
EvalOnce
>::
Output
Source
§
impl
EvalOnce
for
i128
Source
§
type
Output
=
i128
Source
§
fn
eval_once
(self) -> <
i128
as
EvalOnce
>::
Output
Source
§
impl
EvalOnce
for
isize
Source
§
type
Output
=
isize
Source
§
fn
eval_once
(self) -> <
isize
as
EvalOnce
>::
Output
Source
§
impl
EvalOnce
for
u8
Source
§
type
Output
=
u8
Source
§
fn
eval_once
(self) -> <
u8
as
EvalOnce
>::
Output
Source
§
impl
EvalOnce
for
u16
Source
§
type
Output
=
u16
Source
§
fn
eval_once
(self) -> <
u16
as
EvalOnce
>::
Output
Source
§
impl
EvalOnce
for
u32
Source
§
type
Output
=
u32
Source
§
fn
eval_once
(self) -> <
u32
as
EvalOnce
>::
Output
Source
§
impl
EvalOnce
for
u64
Source
§
type
Output
=
u64
Source
§
fn
eval_once
(self) -> <
u64
as
EvalOnce
>::
Output
Source
§
impl
EvalOnce
for
u128
Source
§
type
Output
=
u128
Source
§
fn
eval_once
(self) -> <
u128
as
EvalOnce
>::
Output
Source
§
impl
EvalOnce
for
usize
Source
§
type
Output
=
usize
Source
§
fn
eval_once
(self) -> <
usize
as
EvalOnce
>::
Output
Implementors
§
Source
§
impl<T>
EvalOnce
for
Constant
<T>
Source
§
type
Output
= T
Source
§
impl<T>
EvalOnce
for
Dual
<T>
Source
§
type
Output
= T
Source
§
impl<T>
EvalOnce
for
Variable
<T>
where T:
Default
,
Source
§
type
Output
= T