Failable

Trait Failable 

Source
pub trait Failable {
    type Error;
}
Expand description

A trait for types that can fail with an associated error type.

Required Associated Types§

Source

type Error

The error type associated.

Implementors§