# Functions
NewInterceptor builds an Interceptor.
WithValidator configures the [Interceptor] to use a customized [protovalidate.Validator].
# Structs
Interceptor is a [connect.Interceptor] that ensures that RPC request messages match the constraints expressed in their Protobuf schemas.
# Interfaces
An Option configures an [Interceptor].