Type Definition shaderc::Result

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

Compilation status.