pub trait SyncErrorExt {
    fn sync_into<S>(self) -> Error<S>
    where
        S: Scope
; }

Required Methods§

Implementors§