Trait IntoAnyValueVec

Source
pub trait IntoAnyValueVec<'a> {
    // Required method
    fn into_vec(self) -> Vec<AnyValue<'a>>;
}
Expand description

trait IntoAnyValueVec

Required Methods§

Source

fn into_vec(self) -> Vec<AnyValue<'a>>

Implementors§

Source§

impl<'a> IntoAnyValueVec<'a> for StTester<'a>