Trait Alias Error

Source
trait Error = Error
    + Send
    + Sync
    + 'static;
Expand description

An error type that is Send, Sync, and 'static.