Docs.rs
blend-inspect-rs-0.3.0
blend-inspect-rs 0.3.0
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
kKdH
Dependencies
itertools ^0.10.5
normal
nom ^7.1.1
normal
thiserror ^1.0.38
normal
hamcrest2 ^0.3.0
dev
Versions
8.7%
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
BlendSource
blend_
inspect_
rs
0.3.0
Blend
Source
Required Methods
data
Implementations on Foreign Types
&'a Vec<u8>
&'a [u8]
Implementors
In crate blend_
inspect_
rs
blend_inspect_rs
Trait
Blend
Source
Copy item path
Source
pub trait BlendSource<'a> { // Required method fn
data
(&self) ->
Data
<'a>; }
Required Methods
§
Source
fn
data
(&self) ->
Data
<'a>
Implementations on Foreign Types
§
Source
§
impl<'a>
BlendSource
<'a> for &'a
Vec
<
u8
>
Source
§
fn
data
(&self) ->
Data
<'a>
Source
§
impl<'a>
BlendSource
<'a> for &'a [
u8
]
Source
§
fn
data
(&self) ->
Data
<'a>
Implementors
§