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