docs.rs failed to build lens-rs_derive-0.3.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
lens-rs_derive-0.3.1
Overview
deriving lens for custom data types.
see the guide
Example
Limitations
- can't derive
Lens
for enum. - can't derive
Prism
andReview
for the variant has more than one argument or has named field.