Trait CheckQueryTrait

Source
pub trait CheckQueryTrait {
    // Required methods
    fn t(&self) -> String;
    fn s(&self) -> u64;
    fn fn(&self) -> u64;
    fn i(&self) -> u64;
    fn fp(&self) -> u64;
    fn n(&self) -> u8;
}

Required Methods§

Source

fn t(&self) -> String

Source

fn s(&self) -> u64

Source

fn fn(&self) -> u64

Source

fn i(&self) -> u64

Source

fn fp(&self) -> u64

Source

fn n(&self) -> u8

Implementors§