Docs.rs
valog-0.2.1
valog 0.2.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
al8n
Dependencies
dbutils ^0.9
normal
rarena-allocator ^0.4
normal
viewit ^0.1.5
normal
criterion ^0.5
dev
crossbeam-channel ^0.5
dev
paste ^1
dev
tempfile ^3
dev
wg ^0.9
dev
Versions
100%
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
valog
0.2.1
Mutable
Implementors
In crate valog
valog
Trait
Mutable
Copy item path
Source
pub trait Mutable { }
Expand description
A marker trait which means that the log is mutable and can be modified.
Implementors
§
Source
§
impl<I, A, C>
Mutable
for
ValueLog
<I, A, C>
Source
§
impl<T, I, A, C>
Mutable
for
GenericValueLog
<T, I, A, C>