Docs.rs
loopctl-derive-0.3.0
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
loopctl-derive 0.3.0
Derive macro for the loopctl Tool trait
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
bad_handler.rs
bad_handler.stderr
bad_skip.rs
bad_skip.stderr
cow_bytes.rs
cow_bytes.stderr
default_without_serde.rs
default_without_serde.stderr
enum_input.rs
enum_input.stderr
generic_struct.rs
generic_struct.stderr
missing_description.rs
missing_description.stderr
name_disagreement.rs
name_disagreement.stderr
pass.rs
unknown_attr.rs
unknown_attr.stderr
unsupported_type.rs
unsupported_type.stderr
1
2
3
4
5
6
7
8
use
loopctl
::
Tool
;
#
[
derive
(
Tool
)
]
enum
NotAStruct
{
A
,
}
fn
main
(
)
{
}