File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## Description
8
8
9
- Derive macro to simplify deriving standard and other traits with custom
10
- generic type bounds.
9
+ Attribute proc- macro to simplify deriving standard and other traits with
10
+ custom generic type bounds.
11
11
12
12
## Usage
13
13
14
- The ` derive_where ` macro can be used just like std's ` #[derive(...)] `
14
+ The ` derive_where ` attribute can be used just like std's ` #[derive(...)] `
15
15
statements:
16
16
17
17
``` rust
Original file line number Diff line number Diff line change 6
6
7
7
//! # Description
8
8
//!
9
- //! Derive macro to simplify deriving standard and other traits with custom
10
- //! generic type bounds.
9
+ //! Attribute proc- macro to simplify deriving standard and other traits with
10
+ //! custom generic type bounds.
11
11
//!
12
12
//! # Usage
13
13
//!
14
- //! The `derive_where` macro can be used just like std's `#[derive(...)]`
14
+ //! The `derive_where` attribute can be used just like std's `#[derive(...)]`
15
15
//! statements:
16
16
//!
17
17
//! ```
You can’t perform that action at this time.
0 commit comments