pub unsafe trait OutputParameter:
CDataMut
+ HasDataType
+ Send { }Expand description
§Safety
Guarantees that there is space in the output buffer for at least one element.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".