Type Definition borked::Borkable[][src]

pub type Borkable<T> = Result<T, Box<dyn BorkChain>>;
Expand description

Shortcut result type.