Type Definition he_di::Result [] [src]

type Result<T> = Result<T, Error>;

Alias for a Result with the error type he_di::Error