pub trait VaArgSafe { }
🔬This is a nightly-only experimental API. (c_variadic #44930)
Expand description

Trait which permits the allowed types to be used with super::VaListImpl::arg.

Implementors§