Trait interoptopus::patterns::service::FailureDefault[][src]

pub trait FailureDefault {
    fn failure_default() -> Self;
}
Expand description

For types that can be returned by a generated service what to return when things went wrong?

Required methods

Implementations on Foreign Types

Implementors