Docs.rs
card-stack-0.2.0
card-stack 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Ripper53
Dependencies
state-validation ^0.3
normal
thiserror ^2.0.14
normal
Versions
17.71%
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
Skip to main content
GetState
card_
stack
0.2.0
GetState
Required Methods
state
Implementors
In card_
stack::
priority
card_stack
::
priority
Trait
GetState
Copy item path
Source
pub trait GetState<State> { // Required method fn
state
(&self) ->
&State
; }
Required Methods
§
Source
fn
state
(&self) ->
&State
Implementors
§
Source
§
impl<State:
GetState
<InnerState>, InnerState>
GetState
<InnerState> for
Priority
<State>
Source
§
impl<State:
GetState
<InnerState>, InnerState>
GetState
<InnerState> for
PriorityMut
<State>
Source
§
impl<State:
GetState
<InnerState>, InnerState, IncitingAction:
IncitingActionInfo
<State>>
GetState
<InnerState> for
PriorityStack
<State, IncitingAction>