Type Definition evegfx::commands::Result[][src]

type Result<T, M, I, W> = Result<T, Error<M, I, W>>;

The result type for coprocessor operations, where the error type is always Error.