Skip to main content

FullQueryRef

Type Alias FullQueryRef 

Source
pub type FullQueryRef<'a> = SliceRef<'a, f32, FullQueryMeta>;
Expand description

A borrowed full precision query.

See: slice::SliceRef.

Aliased Typeยง

pub struct FullQueryRef<'a> { /* private fields */ }