Docs.rs
typed-sf-2.0.0
typed-sf 2.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
uwuzote
Dependencies
Versions
100%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
typed_
sf
2.0.0
Command
Implementors
In crate typed_
sf
typed_sf
Trait
Command
Copy item path
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>
Command
for
Left
<Next>
where Next:
Command
,
Source
§
impl<Next>
Command
for
Right
<Next>
where Next:
Command
,