Resource
prompt-messages-writer
No description available.
resource prompt-messages-writer;F write
write: func(message: prompt-message) -> result<_, io-error>;F start
start: func(id: id) -> result<prompt-messages-writer, io-error>;F finish
finish: func(this: prompt-messages-writer, options: option<description-options>) -> result<_, io-error>;