Trait spirv_cross::spirv::Parse[][src]

pub trait Parse<TTarget>: Sized {
    fn parse(module: &Module) -> Result<Self, ErrorCode>;
}

Required Methods

Implementors