Docs.rs
stoat-rs-0.1.0
stoat-rs 0.1.0
Docs.rs crate page
Apache-2.0
27 January 2026
Links
Homepage
Repository
crates.io
Source
Owners
Zomatree
Dependencies
async-recursion ^1.1.1
normal
async-trait ^0.1
normal
async_fn_traits ^0.1.1
normal
bytes ^1.11.0
normal
either ^1.15.0
normal
optional
futures ^0.3
normal
hound ^3.5.1
normal
optional
indexmap ^1.9.3
normal
livekit ^0.7.25
normal
optional
livekit-api ^0.4.10
normal
optional
livekit-protocol ^0.5.2
normal
optional
livekit-runtime ^0.4.0
normal
optional
log ^0.4
normal
paste ^1.0.15
normal
ping ^0.7.0
normal
optional
rand ^0.8
normal
regex ^1.11
normal
reqwest ^0.12
normal
rmp-serde ^1.3.1
normal
optional
scc ^3.4.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
state ^0.6.0
normal
revolt-database ^0.9.4
normal
revolt-models ^0.9.4
normal
revolt-permissions ^0.9.4
normal
revolt-result ^0.9.4
normal
tokio ^1.48.0
normal
tokio-tungstenite ^0.27
normal
tungstenite ^0.27
normal
ulid ^1.1
normal
Versions
0.65%
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
Skip to main content
CheckRelationship
stoat
0.1.0
Check
Relationship
Required Methods
with
Implementations on Foreign Types
Vec<Relationship>
Implementors
In stoat::
types
stoat
::
types
Trait
Check
Relationship
Copy item path
Source
pub trait CheckRelationship { // Required method fn
with
(&self, user: &
str
) ->
RelationshipStatus
; }
Required Methods
§
Source
fn
with
(&self, user: &
str
) ->
RelationshipStatus
Implementations on Foreign Types
§
Source
§
impl
CheckRelationship
for
Vec
<
Relationship
>
Source
§
fn
with
(&self, user: &
str
) ->
RelationshipStatus
Implementors
§