Docs.rs
dispatchr-1.0.0
dispatchr 1.0.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
drewcrawford
Dependencies
blocksr ~1
normal
libc ~0
normal
objr ~1
normal
optional
priority ~0
normal
criterion ^0.3
dev
Versions
53.57%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-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
HasMemory
dispatchr
1.0.0
HasMemory
Required Methods
as_slice
Implementations on Foreign Types
Box<[u8]>
String
Implementors
In dispatchr::
external_
data
dispatchr
::
external_data
Trait
HasMemory
Copy item path
Source
pub trait HasMemory { // Required method fn
as_slice
(&self) -> &[
u8
]
ⓘ
; }
Required Methods
§
Source
fn
as_slice
(&self) -> &[
u8
]
ⓘ
Implementations on Foreign Types
§
Source
§
impl
HasMemory
for
Box
<[
u8
]>
Source
§
fn
as_slice
(&self) -> &[
u8
]
ⓘ
Source
§
impl
HasMemory
for
String
Source
§
fn
as_slice
(&self) -> &[
u8
]
ⓘ
Implementors
§
Source
§
impl
HasMemory
for
UnsafeSlice