Skip to content
Snippets Groups Projects

WIP: protocol : rework tree structure

Merged Éloïs requested to merge protocol-rework-tree-structure into protocol-documents-types-traits
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -92,6 +92,7 @@ pub trait TextDocumentBuilder: DocumentBuilder {
/// Generate final document with signatures, and also return them in an array.
///
/// Returns :
///
/// - Text without signatures
/// - Signatures
fn build_signed_text(
Loading