Tag: rust-traits

1 post

The trait 'jacquard::types::collection::Collection' is not implemented for CreateRecord<'_>

In the code above, the agent.create_record() method requires a type that implements the trait jacquard::types::collection::Collection. The problem is that bookmark_record's type, CreateRecord, does not implement that trait. The types listed here are the only ones that implement that trait.

Apr 21, 2026