Function tarantool::proc::all_procs

source ·
pub fn all_procs() -> &'static [Proc]
Expand description

Returns a slice of all stored procedures defined using the #[tarantool::proc] macro attribute.

The order of procs in the slice is undefined.