pub type BufferCollectionCheckAllBuffersAllocatedResult = Result<(), Error>;
enum BufferCollectionCheckAllBuffersAllocatedResult { Ok(()), Err(Error), }
Contains the success value
Contains the error value