Trait Alias Error

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