Params

Trait Params 

Source
pub trait Params {
    // Required method
    fn push(&mut self, param: &Value, type_hint: Option<&Type>) -> Placeholder;
}

Required Methods§

Source

fn push(&mut self, param: &Value, type_hint: Option<&Type>) -> Placeholder

Implementations on Foreign Types§

Source§

impl Params for Vec<Value>

Source§

fn push(&mut self, value: &Value, _type_hint: Option<&Type>) -> Placeholder

Source§

impl Params for Vec<TypedValue>

Source§

fn push(&mut self, value: &Value, type_hint: Option<&Type>) -> Placeholder

Implementors§