[][src]Type Definition hyperdrive::BoxedError

type BoxedError = Box<dyn Error + Send + Sync>;

A boxed std::error::Error that can be used when the actual error type is unknown.