Struct msql_srv::ParamParser [] [src]

pub struct ParamParser<'a> { /* fields omitted */ }

A ParamParser decodes query parameters included in a client's EXECUTE command given type information for the expected parameters.

Users should invoke iter method to iterate over the provided parameters.

Trait Implementations

impl<'a> IntoIterator for ParamParser<'a>
[src]

Which kind of iterator are we turning this into?

The type of the elements being iterated over.

Important traits for Params<'a>
[src]

Creates an iterator from a value. Read more

Auto Trait Implementations

impl<'a> Send for ParamParser<'a>

impl<'a> Sync for ParamParser<'a>