Skip to main content

select_single_field

Function select_single_field 

Source
pub async fn select_single_field(test: &mut Test) -> Result<()>
Expand description

.select(field) on a Query<List<Item>> returns a Query<List<String>> whose .exec() produces a Vec<String> of the projected column.