# Functions
This converts a value to another value using the provided mappers without any required type information.
Calls the function provided and converts the result to an expected type.
Decode an Any proto and return the type and value.
Encode a proto message to Any.
Convert a value to an expected type.
Map a well known proto to value.
Map a well known value to proto.
Convert a value to another value using provided mappers.
# Structs
Wraps an argmapper Func with a FuncSpec definition to allow easy reuse with wrapped clients.