Docs.rs
typed-sf-1.0.0
typed-sf 1.0.0
Docs.rs crate page
X11
Links
crates.io
Source
Owners
uwuzote
Dependencies
Versions
100%
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
☰
Command
Implementors
In typed_sf
?
Trait
typed_sf
::
Command
source
·
[
−
]
pub trait Command { }
Expand description
Type-level enum of commands. Supertrait of
Runner
Implementors
source
impl
Command
for
EOF
source
impl<Body, Next>
Command
for
Cycle
<Body, Next>
where
Body:
Command
,
Next:
Command
,
source
impl<Next>
Command
for
Flip
<Next>
where
Next:
Command
,
source
impl<Next, Filler>
Command
for
Left
<Next, Filler>
where
Next:
Command
,
Filler:
Bit
,
source
impl<Next, Filler>
Command
for
Right
<Next, Filler>
where
Next:
Command
,
Filler:
Bit
,