You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactored a bit the iterator entry point
Signed-off-by: Francesco Guardiani <[email protected]>
* cargo fmt
Signed-off-by: Francesco Guardiani <[email protected]>
/// Returns an [`Iterator`] for all the available [CloudEvents Context attributes](https://github.com/cloudevents/spec/blob/master/spec.md#context-attributes) and extensions.
82
+
/// Same as chaining [`Event::iter_attributes()`] and [`Event::iter_extensions()`]
/// Returns an [`Iterator`] for all the available [CloudEvents Context attributes](https://github.com/cloudevents/spec/blob/master/spec.md#context-attributes), excluding extensions.
89
+
/// This iterator does not contain the `data` field.
/// Set the [extension](https://github.com/cloudevents/spec/blob/master/spec.md#extension-context-attributes) named `extension_name` with `extension_value`
0 commit comments