Docs.rs
hexroll3-scroll-0.1.1
hexroll3-scroll 0.1.1
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
hexroll
Dependencies
anyhow ^1.0.82
normal
caith ^4.2.3
normal
ciborium ^0.2.2
normal
getrandom ^0.2
normal
indexmap ^2.2.6
normal
log ^0.4.22
normal
minijinja ^2.3.0
normal
moka ^0.12.8
normal
pest ^2.7
normal
pest_derive ^2.7
normal
rand ^0.8.5
normal
rand_chacha ^0.3.1
normal
redb ^2.3.0
normal
serde ^1.0.197
normal
serde_json ^1.0.133
normal
zstd ^0.13.2
normal
optional
tempfile ^3.10.1
dev
Versions
17.35%
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
ReadOnlyLoader
hexroll3_
scroll
0.1.1
Read
Only
Loader
Required Methods
retrieve
Implementors
In hexroll3_
scroll::
repository
hexroll3_scroll
::
repository
Trait
Read
Only
Loader
Copy item path
Source
pub trait ReadOnlyLoader { // Required method fn
retrieve
(&self, uid: &
str
) ->
Result
<
JsonValue
>; }
Required Methods
§
Source
fn
retrieve
(&self, uid: &
str
) ->
Result
<
JsonValue
>
Implementors
§
Source
§
impl
ReadOnlyLoader
for
ReadOnlyTransaction
Source
§
impl<'a>
ReadOnlyLoader
for
ReadWriteTransaction
<'a>