Type Alias NamedParamsRef

Source
pub type NamedParamsRef<'a> = &'a [NamedParamRef<'a>];

Trait Implementations§

Source§

impl Params for NamedParamsRef<'_>

Source§

fn bind(self, stmt: &mut Statement<'_>) -> Result<()>