Docs.rs
jacquard-api-0.11.1
jacquard-api 0.11.1
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
orual
Dependencies
jacquard-common ^0.11
normal
jacquard-derive ^0.11
normal
jacquard-lexicon ^0.11
normal
miette ^7.6
normal
serde ^1.0
normal
thiserror ^2.0
normal
Versions
63.01%
of the crate is documented
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
State
jacquard_
api
0.11.1
State
Required Associated Types
Uri
Implementors
In jacquard_
api::
app_
bsky::
draft::
draft_
embed_
external_
state
jacquard_api
::
app_bsky
::
draft
::
draft_embed_external_state
Trait
State
Copy item path
Source
pub trait State: Sealed { type
Uri
; }
Expand description
State trait tracking which required fields have been set
Required Associated Types
§
Source
type
Uri
Implementors
§
Source
§
impl
State
for
Empty
Source
§
type
Uri
=
Unset
Source
§
impl<S:
State
>
State
for
SetUri
<S>
Source
§
type
Uri
=
Set
<
uri
>