Trait rkyv::Fallible[][src]

pub trait Fallible {
    type Error: 'static;
}

Contains the error type for traits with methods that can fail

Associated Types

type Error: 'static[src]

The error produced by any failing methods

Loading content...

Implementors

Loading content...