cdevents_sdk::cloudevents

Trait BuilderExt

Source
pub trait BuilderExt: Sized {
    type Error;

    // Required method
    fn with_cdevent(self, cdevent: CDEvent) -> Result<Self, Self::Error>;
}

Required Associated Types§

Required Methods§

Source

fn with_cdevent(self, cdevent: CDEvent) -> Result<Self, Self::Error>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl BuilderExt for EventBuilderV10

Source§

type Error = Error

Source§

fn with_cdevent(self, cdevent: CDEvent) -> Result<Self, Self::Error>

Implementors§