Trait tarantool_test::test_entrypoint::Return
source · pub trait Return: Sized {
// Required method
fn ret(self, ctx: FunctionCtx) -> i32;
}
Required Methods§
fn ret(self, ctx: FunctionCtx) -> i32
Object Safety§
This trait is not object safe.