Docs.rs
spicedb-client-0.1.1
spicedb-client 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
jakelee8
Dependencies
bytes ^1
normal
futures ^0.3.30
normal
optional
http ^1.1.0
normal
prost ^0.13.1
normal
prost-types ^0.13.1
normal
spicedb-grpc ^0.1.1
normal
thiserror ^1.0
normal
tonic ^0.12.1
normal
tokio ^1
dev
Versions
6.49%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
ZedTokenReader
spicedb_
client
0.1.1
ZedToken
Reader
Required Methods
token
Implementations on Foreign Types
ZedToken
Implementors
In spicedb_
client::
reader
spicedb_client
::
reader
Trait
ZedToken
Reader
Copy item path
Source
pub trait ZedTokenReader { // Required method fn
token
(&self) -> &
str
; }
Required Methods
§
Source
fn
token
(&self) -> &
str
Implementations on Foreign Types
§
Source
§
impl
ZedTokenReader
for
ZedToken
Source
§
fn
token
(&self) -> &
str
Implementors
§