Type Definition multisql::UnaryOperator

source · []
pub type UnaryOperator = fn(_: Value) -> Result<Value>;