Appearance
InputStream<T>
Source: stream.ts
T = string
T
string
read(): Promise<Result<T | null, StreamError>>
Promise
Result
null
StreamError
Promise<Result<T | null, StreamError>>