StreamOrError

sealed class StreamOrError

Types

Error
Link copied to clipboard
common
class Error(error: SerializedPayload) : RPC.StreamOrError
Stream
Link copied to clipboard
common
class Stream(stream: Flow<SerializedPayload>) : RPC.StreamOrError

Inheritors

RPC.StreamOrError
Link copied to clipboard
RPC.StreamOrError
Link copied to clipboard