Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-cuda
/ next
Method
next
crates/cust/src/device.rs:375–377 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
373
type Item = CudaResult<Device>;
374
375
fn next(&mut self) -> Option<CudaResult<Device>> {
376
self.range.next().map(Device::get_device)
377
}
378
}
379
380
#[cfg(test)]
Callers
1
get_last_artifact
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected