Skip to main content

IntoSourcePayload

Trait IntoSourcePayload 

Source
pub trait IntoSourcePayload {
    // Required method
    fn into_source_payload(self) -> SourcePayload;
}

Required Methods§

Implementors§

Source§

impl<E> IntoSourcePayload for E
where E: StdError + Send + Sync + 'static,

Source§

impl<R> IntoSourcePayload for StructError<R>
where R: DomainReason + ErrorCode + Debug + Display + Send + Sync + 'static,