cst_encode_AnyhowException method

  1. @protected
Pointer<wire_cst_list_prim_u_8_strict> cst_encode_AnyhowException(
  1. AnyhowException raw
)

Implementation

@protected
ffi.Pointer<wire_cst_list_prim_u_8_strict> cst_encode_AnyhowException(
    AnyhowException raw) {
  // Codec=Cst (C-struct based), see doc to use other codecs
  throw UnimplementedError();
}