Docs.rs
spicedb-rust-0.2.0
spicedb-rust 0.2.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
Lur1an
Dependencies
anyhow ^1.0.86
normal
chrono ^0.4.31
normal
mockall ^0.11.3
normal
optional
prost ^0.12.3
normal
prost-types ^0.12.3
normal
tokio-stream ^0.1.15
normal
tonic ^0.10.2
normal
tonic-reflection ^0.10.2
normal
uuid ^1.6.1
normal
strum ^0.26.3
dev
tokio ^1.38.0
dev
uuid ^1.6.1
dev
tonic-build ^0.10.2
build
Versions
5%
of the crate is documented
This release has been yanked, go to latest version
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
spicedb_rust
0.2.0
Relation
Required Methods
name
Object Safety
Implementors
In crate spicedb_rust
Trait
spicedb_rust
::
Relation
Copy item path
source
·
[
−
]
pub trait Relation:
FromStr
{ // Required method fn
name
(&self) -> &'static
str
; }
Required Methods
§
source
fn
name
(&self) -> &'static
str
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
Relation
for
NoRelations