[docs] Add docs to the 'template' module
This commit is contained in:
@@ -60,6 +60,7 @@ pub type DescriptorTemplateOut = (ExtendedDescriptor, KeyMap, ValidNetworks);
|
|||||||
/// }
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
pub trait DescriptorTemplate {
|
pub trait DescriptorTemplate {
|
||||||
|
/// Build the complete descriptor
|
||||||
fn build(self) -> Result<DescriptorTemplateOut, KeyError>;
|
fn build(self) -> Result<DescriptorTemplateOut, KeyError>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user