[docs] Add docs to the 'template' module
This commit is contained in:
parent
60e5cf1f8a
commit
4e771d6546
@ -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>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user