pub trait NotError { }

Implementors§

source§

impl<T> NotError for Twhere TypeMark<T>: NotWrappedError,