faust.types.core

faust.types.core.K

Shorthand for the type of a key

alias of Optional[Union[bytes, _ModelT, Any]]

faust.types.core.V

Shorthand for the type of a value

alias of Union[bytes, _ModelT, Any]