loopctl-derive 0.3.0

Derive macro for the loopctl Tool trait
Documentation
1
2
3
4
5
6
7
error: the derive cannot map `std :: borrow :: Cow < 'static, [u8] >` to a JSON Schema type; implement `Tool` manually or use `#[tool(skip)]`
 --> tests/ui/cow_bytes.rs:5:10
  |
5 | #[derive(Tool, Deserialize)]
  |          ^^^^
  |
  = note: this error originates in the derive macro `Tool` (in Nightly builds, run with -Z macro-backtrace for more info)