easy-ext 1.0.3

A lightweight attribute macro for easily writing extension trait pattern.
Documentation
error: this relaxed bound is not permitted here
  --> tests/ui/maybe.rs:34:11
   |
34 |     Self: ?Sized,
   |           ^^^^^^
   |
   = note: in this context, relaxed bounds are only allowed on type parameters defined on the closest item

error: this relaxed bound is not permitted here
  --> tests/ui/maybe.rs:45:11
   |
45 |     Self: ?Sized,
   |           ^^^^^^
   |
   = note: in this context, relaxed bounds are only allowed on type parameters defined on the closest item

error: this relaxed bound is not permitted here
  --> tests/ui/maybe.rs:75:12
   |
75 |         T: ?Sized,
   |            ^^^^^^
   |
   = note: in this context, relaxed bounds are only allowed on type parameters defined on the closest item

error: this relaxed bound is not permitted here
  --> tests/ui/maybe.rs:24:11
   |
24 |     Self: ?Sized,
   |           ^^^^^^
   |
   = note: in this context, relaxed bounds are only allowed on type parameters defined on the closest item