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
Blocks
Implementors
In jacquard_
api::
pub_
leaflet::
pages::
linear_
document::
linear_
document_
state
jacquard_api
::
pub_leaflet
::
pages
::
linear_document
::
linear_document_state
Trait
State
Copy item path
Source
pub trait State: Sealed { type
Blocks
; }
Expand description
State trait tracking which required fields have been set
Required Associated Types
§
Source
type
Blocks
Implementors
§
Source
§
impl
State
for
Empty
Source
§
type
Blocks
=
Unset
Source
§
impl<S:
State
>
State
for
SetBlocks
<S>
Source
§
type
Blocks
=
Set
<
blocks
>