# Functions
StreamServerInterceptor returns a new streaming server interceptor for panic recovery.
UnaryServerInterceptor returns a new unary server interceptor for panic recovery.
# Type aliases
HandlerFunc is a function that recovers from the panic `p` by returning an `error`.