template <typename... T>

struct callback_result

Defined at line 31 of file ../../src/developer/forensics/utils/fidl_oneshot.h

Some template structs to deduce the types returned by a FIDL callback and package them

appropriately.

Note: this does not work for FIDL methods that don't return anything.