Skip to main content

Module value

Module value 

Source
Expand description

Conversions between Rust values and boundary Edn, used throughout the fluent API for query constants, transaction values, and typed result extraction.

Traitsยง

FromEdn
A Rust value that can be read back out of boundary Edn, for typed extraction from query rows and pull results.
IntoEdn
A Rust value that can be lowered into boundary Edn.