[][src]Type Definition gfx::CopyBufferResult

type CopyBufferResult = Result<(), CopyError<usize, usize>>;

Result type returned when copying a buffer into another buffer.