Docs.rs
dfx-base-1.0.0-beta
dfx-base 1.0.0-beta
Permalink
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
DaanA32
Dependencies
chrono ^0.4.23
normal
lazy_static ^1.4.0
normal
regex ^1.6.0
normal
serde ^1.0
normal
serde-xml-rs ^0.6.0
normal
xmltree ^0.10.3
normal
criterion ^0.5
dev
pprof ^0.12
dev
Versions
0.4%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
FixLength
dfx_
base
1.0.0-beta
FixLength
Required Methods
bytes_len
Implementations on Foreign Types
&[u8]
i8
i16
i32
i64
i128
u8
u16
u32
u64
u128
Implementors
In crate dfx_
base
dfx_base
Trait
FixLength
Copy item path
Source
pub trait FixLength { // Required method fn
bytes_len
(self) ->
u32
; }
Required Methods
§
Source
fn
bytes_len
(self) ->
u32
Implementations on Foreign Types
§
Source
§
impl
FixLength
for &[
u8
]
Source
§
fn
bytes_len
(self) ->
u32
Source
§
impl
FixLength
for
i8
Source
§
fn
bytes_len
(self) ->
u32
Source
§
impl
FixLength
for
i16
Source
§
fn
bytes_len
(self) ->
u32
Source
§
impl
FixLength
for
i32
Source
§
fn
bytes_len
(self) ->
u32
Source
§
impl
FixLength
for
i64
Source
§
fn
bytes_len
(self) ->
u32
Source
§
impl
FixLength
for
i128
Source
§
fn
bytes_len
(self) ->
u32
Source
§
impl
FixLength
for
u8
Source
§
fn
bytes_len
(self) ->
u32
Source
§
impl
FixLength
for
u16
Source
§
fn
bytes_len
(self) ->
u32
Source
§
impl
FixLength
for
u32
Source
§
fn
bytes_len
(self) ->
u32
Source
§
impl
FixLength
for
u64
Source
§
fn
bytes_len
(self) ->
u32
Source
§
impl
FixLength
for
u128
Source
§
fn
bytes_len
(self) ->
u32
Implementors
§
Source
§
impl
FixLength
for &
Field