Structs§
- Proc
- Description of a tarantool stored procedure defined using the
#[
tarantool::proc
]
macro attribute. - Return
Msgpack - A wrapper type for returning custom types from stored procedures. Consider
using the
custom_ret
attribute parameter instead (seetarantool::proc
docs for examples).
Traits§
Functions§
- all_
procs - module_
path - Returns a path to the dynamically linked ojbect in which the symbol pointed
to by
sym
is defined.