panicked static method
Implementation
static UniffiInternalError panicked(String message) {
return UniffiInternalError(rustPanic, message);
}
static UniffiInternalError panicked(String message) {
return UniffiInternalError(rustPanic, message);
}