From: Steve Myers Date: Mon, 14 Dec 2020 04:35:59 +0000 (-0800) Subject: [docs] Add docs to the 'template' module X-Git-Tag: v0.2.0~24^2~2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/-include/static/gitweb.js?a=commitdiff_plain;h=4e771d6546b049bf554ef5f18a92a61507a2b66c;p=bdk [docs] Add docs to the 'template' module --- diff --git a/src/descriptor/template.rs b/src/descriptor/template.rs index 9dbbf153..48609c19 100644 --- a/src/descriptor/template.rs +++ b/src/descriptor/template.rs @@ -60,6 +60,7 @@ pub type DescriptorTemplateOut = (ExtendedDescriptor, KeyMap, ValidNetworks); /// } /// ``` pub trait DescriptorTemplate { + /// Build the complete descriptor fn build(self) -> Result; }