We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
enum { A(A) }
1 parent 246493f commit 2242b62Copy full SHA for 2242b62
lightning-invoice/src/lib.rs
@@ -332,6 +332,8 @@ pub enum Currency {
332
}
333
334
/// Tagged field which may have an unknown tag
335
+///
336
+/// (C-not exported) as we don't currently support TaggedField
337
#[derive(Eq, PartialEq, Debug, Clone)]
338
pub enum RawTaggedField {
339
/// Parsed tagged field with known tag
@@ -343,6 +345,9 @@ pub enum RawTaggedField {
343
345
/// Tagged field with known tag
344
346
///
347
/// For descriptions of the enum values please refer to the enclosed type's docs.
348
349
+/// (C-not exported) As we don't yet support enum variants with the same name the struct contained
350
+/// in the variant.
351
#[allow(missing_docs)]
352
353
pub enum TaggedField {
0 commit comments