Skip to main content

ErrorOweBase

Trait ErrorOweBase 

Source
pub trait ErrorOweBase<T, R>
where R: DomainReason,
{ // Required method fn owe(self, reason: R) -> Result<T, StructError<R>>; }

Required Methods§

Source

fn owe(self, reason: R) -> Result<T, StructError<R>>

Implementations on Foreign Types§

Source§

impl<T, E, R> ErrorOweBase<T, R> for Result<T, E>
where E: Display, R: DomainReason,

Source§

fn owe(self, reason: R) -> Result<T, StructError<R>>

Implementors§