Docs.rs
gl-client-0.3.1
gl-client 0.3.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cdecker
bitcoin-bot
Dependencies
anyhow ^1.0.82
normal
async-stream ^0.3.5
normal
async-trait ^0.1.80
normal
base64 ^0.21
normal
bech32 ^0.9.1
normal
bytes ^1.2.1
normal
chacha20poly1305 ^0.10.1
normal
optional
chrono ^0.4.31
normal
cln-grpc ^0.4
normal
futures ^0.3.30
normal
hex ^0.4.3
normal
http ^0.2
normal
http-body ^0.4
normal
log ^0.4
normal
mockall ^0.11.4
normal
picky ^6.3
normal
picky-asn1-der ^0.4
normal
picky-asn1-x509 ^0.12
normal
pin-project ^1.1.5
normal
prost ^0.12
normal
prost-derive ^0.12
normal
rand ^0.8.5
normal
rcgen ^0.10.0
normal
reqwest ^0.11
normal
ring ~0.16.20
normal
runeauth ^0.1
normal
rustls-pemfile ^1.0.4
normal
secp256k1 ^0.26.0
normal
optional
serde ^1
normal
serde_json ^1.0
normal
sha256 ^1.5.0
normal
tempfile ^3.10.1
normal
thiserror ^1
normal
time ^0.3
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tonic ^0.11
normal
tower ^0.4
normal
url ^2.5.0
normal
uuid ^1.8.0
normal
vls-core ^0.13
normal
vls-persist ^0.13
normal
vls-protocol ^0.13
normal
vls-protocol-signer ^0.13
normal
x509-certificate ^0.23.1
normal
serde ^1
build
tonic-build ^0.11
build
Versions
34.38%
of the crate is documented
Platform
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
gl_
client
0.3.1
Node
IdProvider
Required Methods
node_id
Implementors
In gl_
client::
credentials
gl_client
::
credentials
Trait
NodeIdProvider
Copy item path
Source
pub trait NodeIdProvider { // Required method fn
node_id
(&self) ->
Result
<
Vec
<
u8
>>; }
Required Methods
§
Source
fn
node_id
(&self) ->
Result
<
Vec
<
u8
>>
Implementors
§
Source
§
impl
NodeIdProvider
for
Device