Docs.rs
arranged-0.1.2
arranged 0.1.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
U007D
Dependencies
arith_traits ^0.2.0
normal
num ^0.4.0
normal
num-traits ^0.2.14
normal
thiserror ^1.0.30
normal
assert2 ^0.3.6
dev
backtrace ^0.3.64
dev
Versions
0%
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
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
☰
ErrIntPrimIntExt
Required Methods
to_err_int
Implementations on Foreign Types
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
In arranged
?
Trait
arranged
::
ErrIntPrimIntExt
source
·
[
−
]
pub trait ErrIntPrimIntExt { fn
to_err_int
(self) ->
ErrInt
; }
Required Methods
source
fn
to_err_int
(self) ->
ErrInt
Implementations on Foreign Types
source
impl
ErrIntPrimIntExt
for
i8
source
const fn
to_err_int
(self) ->
ErrInt
source
impl
ErrIntPrimIntExt
for
i16
source
const fn
to_err_int
(self) ->
ErrInt
source
impl
ErrIntPrimIntExt
for
i32
source
const fn
to_err_int
(self) ->
ErrInt
source
impl
ErrIntPrimIntExt
for
i64
source
const fn
to_err_int
(self) ->
ErrInt
source
impl
ErrIntPrimIntExt
for
i128
source
const fn
to_err_int
(self) ->
ErrInt
source
impl
ErrIntPrimIntExt
for
isize
source
const fn
to_err_int
(self) ->
ErrInt
source
impl
ErrIntPrimIntExt
for
u8
source
const fn
to_err_int
(self) ->
ErrInt
source
impl
ErrIntPrimIntExt
for
u16
source
const fn
to_err_int
(self) ->
ErrInt
source
impl
ErrIntPrimIntExt
for
u32
source
const fn
to_err_int
(self) ->
ErrInt
source
impl
ErrIntPrimIntExt
for
u64
source
const fn
to_err_int
(self) ->
ErrInt
source
impl
ErrIntPrimIntExt
for
u128
source
const fn
to_err_int
(self) ->
ErrInt
source
impl
ErrIntPrimIntExt
for
usize
source
const fn
to_err_int
(self) ->
ErrInt
Implementors