Module tarantool::proc

source ·

Structs

  • Description of a tarantool stored procedure defined using the #[tarantool::proc] macro attribute.
  • A wrapper type for returning custom types from stored procedures. Consider using the custom_ret attribute parameter instead (see tarantool::proc docs for examples).

Traits

Functions

  • Returns a slice of all stored procedures defined using the #[tarantool::proc] macro attribute.
  • Returns a path to the dynamically linked ojbect in which the symbol pointed to by sym is defined.