Docs.rs
trailbase-client-0.0.2
trailbase-client 0.0.2
Docs.rs crate page
OSL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
ignatz
Dependencies
jsonwebtoken ^9.3.0
normal
log ^0.4.25
normal
parking_lot ^0.12.3
normal
reqwest ^0.12.8
normal
serde ^1.0.217
normal
serde_json ^1.0.135
normal
thiserror ^2.0.11
normal
url ^2.5.4
normal
tokio ^1.43.0
dev
Versions
0%
of the crate is documented
Go to latest version
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
trailbase_
client
0.0.2
trailbase_client
Function
decode_auth_token
Copy item path
Source
pub fn decode_auth_token<T:
DeserializeOwned
>(token: &
str
) ->
Result
<T,
Error
>