Skip to main content

parse_vector

Function parse_vector 

Source
pub fn parse_vector<'a>(
    value: &'a (impl AsValueRef + 'a),
    type_hint: Option<VectorType>,
) -> Result<Vector<'a>>