Docs.rs
lockbook-shared-0.9.4
lockbook-shared 0.9.4
Permalink
Docs.rs crate page
BSD-3-Clause
Links
crates.io
Source
Owners
Parth
Dependencies
aead ^0.4.2
normal
aes-gcm ^0.9.3
normal
base64 ^0.13.0
normal
bincode ^1.2.1
normal
db-rs ^0.3.1
normal
flate2 ^1.0
normal
hmac ^0.11.0
normal
http ^0.2.6
normal
libsecp256k1 ^0.7.1
normal
rand ^0.8.4
normal
serde ^1.0
normal
serde_bytes ^0.11
normal
sha2 ^0.9.9
normal
tracing ^0.1.5
normal
uuid ^1.2.2
normal
Versions
3.43%
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
lockbook_
shared
0.9.4
Into
Server
File
Required Methods
add_time
Implementors
In lockbook_
shared::
server_
file
lockbook_shared
::
server_file
Trait
IntoServerFile
Copy item path
Source
pub trait IntoServerFile { // Required method fn
add_time
(self, version:
u64
) ->
ServerFile
; }
Required Methods
§
Source
fn
add_time
(self, version:
u64
) ->
ServerFile
Implementors
§
Source
§
impl
IntoServerFile
for
SignedFile