Trait deuterium::CountArg [] [src]

pub trait CountArg<R: Clone + 'static, T: Clone + 'static>: Clone + Expression<T> + 'static {
    fn count(&self) -> Count<R, T, Self> { ... }
}

Provided Methods

Implementors