Docs.rs
robespierre-cache-0.3.1
robespierre-cache 0.3.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dnbln
Dependencies
async-trait ^0.1
normal
robespierre-models ^0.3.0
normal
tokio ^1
normal
Versions
2.13%
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
HasCache
robespierre_
cache
0.3.1
HasCache
Required Methods
get_cache
Implementations on Foreign Types
Arc<Cache>
Implementors
In crate robespierre_
cache
robespierre_cache
Trait
HasCache
Copy item path
Source
pub trait HasCache:
Send
+
Sync
{ // Required method fn
get_cache
(&self) ->
Option
<&
Cache
>; }
Required Methods
§
Source
fn
get_cache
(&self) ->
Option
<&
Cache
>
Implementations on Foreign Types
§
Source
§
impl
HasCache
for
Arc
<
Cache
>
Source
§
fn
get_cache
(&self) ->
Option
<&
Cache
>
Implementors
§
Source
§
impl
HasCache
for
Cache