future_form_macros
Proc macros for future_form.
This crate provides the #[future_form] attribute macro for generating concrete trait implementations from generic FutureForm impls.
Usage
use ;
// Generate both Sendable and Local impls
// Generate only specific variants
// Only Sendable
// Only Local
// Both
// Custom FutureForm types are also supported
// Add bounds only for specific variants
See the future_form crate for full documentation.
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.