logo
pub unsafe trait QueryResultElement {
    const FLAG: QueryResultFlags;
}
Expand description

A trait for elements of buffers that can be used as a destination for query results.

Safety

This is implemented for u32 and u64. Unless you really know what you’re doing, you should not implement this trait for any other type.

Required Associated Constants

Implementations on Foreign Types

Implementors