Trait ash::version::InstanceLoader [] [src]

pub trait InstanceLoader: Sized {
    fn fp_v1_0(&self) -> &InstanceFnV1_0;
unsafe fn load(
        static_fn: &StaticFn,
        instance: Instance
    ) -> Result<Self, Vec<&'static str>>; }

Required Methods

Implementors