pub trait VaPrimitive: 'static { }
Expand description

Trait implemented on types that can be read from a va_list

Implementations on Foreign Types

Implementors