Trait rkyv::Fallible[][src]

pub trait Fallible {
    type Error: 'static;
}
Expand description

Contains the error type for traits with methods that can fail

Associated Types

The error produced by any failing methods

Implementors