Trait gfx::device::attrib::format::ToType [] [src]

pub trait ToType {
    fn describe() -> Type;
}

A helper trait for implementing ToFormat.

Required Methods

fn describe() -> Type

Implementors