Trait qwt::quadwt::RSforWT

source ·
pub trait RSforWT: From<QVector> + WTSupport + SpaceUsage + Default { }
Expand description

Alias for the trait bounds to be satisfied by a data structure to support rank and select queries at each level of the wavelet tree. We need an alias to avoid repeating a lot of bounds here and there.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> RSforWT for T