Module edgedb_protocol::value_opt

source ·

Structs§

  • An optional Value that can be constructed from impl Into<Value>, Option<impl Into<Value>>, Vec<impl Into<Value>> or Option<Vec<impl Into<Value>>>. Used by [eargs!] macro.