Docs.rs
citadeldb-buffer-0.4.0
citadeldb-buffer 0.4.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
yp3y5akh0v
Dependencies
citadeldb-core ^0.4.0
normal
citadeldb-crypto ^0.4.0
normal
citadeldb-io ^0.4.0
normal
citadeldb-page ^0.4.0
normal
parking_lot ^0.12
normal
Versions
32.05%
of the crate is documented
Go to latest version
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
Skip to main content
PageMap
citadel_
buffer
0.4.0
PageMap
Required Methods
get_page
Implementations on Foreign Types
HashMap<PageId, Arc<Page>>
HashMap<PageId, Page>
Implementors
In citadel_
buffer::
cursor
citadel_buffer
::
cursor
Trait
PageMap
Copy item path
Source
pub trait PageMap { // Required method fn
get_page
(&self, id: &
PageId
) ->
Option
<&
Page
>; }
Required Methods
§
Source
fn
get_page
(&self, id: &
PageId
) ->
Option
<&
Page
>
Implementations on Foreign Types
§
Source
§
impl
PageMap
for
HashMap
<
PageId
,
Arc
<
Page
>>
Source
§
fn
get_page
(&self, id: &
PageId
) ->
Option
<&
Page
>
Source
§
impl
PageMap
for
HashMap
<
PageId
,
Page
>
Source
§
fn
get_page
(&self, id: &
PageId
) ->
Option
<&
Page
>
Implementors
§