Type Definition kas_wgpu::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

A Result type representing T or Error