Docs.rs
sequential-storage-0.8.1
sequential-storage 0.8.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
diondokter
Dependencies
approx ^0.5.1
normal
defmt ^0.3
normal
embedded-storage-async ^0.4.1
normal
futures ^0.3.30
normal
approx ^0.5.1
dev
futures ^0.3.30
dev
futures-test ^0.3.30
dev
Versions
100%
of the crate is documented
Go to latest version
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
sequential_storage
0.8.1
CacheImpl
Implementations on Foreign Types
&mut T
Implementors
In sequential_storage::cache
?
Trait
sequential_storage
::
cache
::
CacheImpl
source
·
[
−
]
pub trait CacheImpl: PrivateCacheImpl +
Debug
{ }
Expand description
Trait implemented by all cache types
Implementations on Foreign Types
§
source
§
impl<T:
CacheImpl
>
CacheImpl
for
&mut T
Implementors
§
source
§
impl
CacheImpl
for
NoCache
source
§
impl<const PAGE_COUNT:
usize
>
CacheImpl
for
PagePointerCache
<PAGE_COUNT>
source
§
impl<const PAGE_COUNT:
usize
>
CacheImpl
for
PageStateCache
<PAGE_COUNT>