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
WriteSchemaResponseReader
spicedb_
client
0.1.1
Write
Schema
Response
Reader
Required Methods
written_at
Implementations on Foreign Types
WriteSchemaResponse
Implementors
In spicedb_
client::
reader
spicedb_client
::
reader
Trait
Write
Schema
Response
Reader
Copy item path
Source
pub trait WriteSchemaResponseReader { // Required method fn
written_at
(&self) ->
Option
<&
str
>; }
Required Methods
§
Source
fn
written_at
(&self) ->
Option
<&
str
>
Implementations on Foreign Types
§
Source
§
impl
WriteSchemaResponseReader
for
WriteSchemaResponse
Source
§
fn
written_at
(&self) ->
Option
<&
str
>
Implementors
§