Resource
templates-writer
No description available.
resource templates-writer;F write
write: func(template: resource-template) -> result<_, stream-error>;F start
start: func(out: output-stream, id: id) -> result<templates-writer, stream-error>;F finish
finish: func(this: templates-writer, options: option<next-cursor-options>) -> result<_, stream-error>;