Docs.rs
ep-core-19.0.0
ep-core 19.0.0
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
brenzi
clangenb
Dependencies
array-bytes ^6.1.0
normal
substrate-fixed ^0.6.0
normal
impl-serde ^0.5.0
normal
optional
parity-scale-codec ^3.7.4
normal
scale-info ^2.10.0
normal
serde ^1.0.197
normal
optional
sp-arithmetic ^27.0.0
normal
sp-core ^37.0.0
normal
sp-runtime ^42.0.0
normal
sp-std ^14.0.0
normal
serde_json ^1.0.114
dev
Versions
60%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ep_core
19.0.0
AbsDiff
Required Methods
abs_diff
Implementors
In ep_
core::
math
ep_core
::
math
Trait
AbsDiff
Copy item path
Source
pub trait AbsDiff<T> { // Required method fn
abs_diff
(&self, other: T) -> T; }
Required Methods
§
Source
fn
abs_diff
(&self, other: T) -> T
Implementors
§
Source
§
impl<T:
BaseArithmetic
+
Copy
>
AbsDiff
<T> for T