faust.types.core

faust.types.core.K = typing.Union[bytes, faust.types.core._ModelT, typing.Any, NoneType]

Shorthand for the type of a key

faust.types.core.V = typing.Union[bytes, faust.types.core._ModelT, typing.Any]

Shorthand for the type of a value