pub type InvoiceFeatures = Features<InvoiceContext>;
Expand description

Features used within an invoice.

Trait Implementations

Calculate the base32 serialized length

The associated error which can be returned from parsing (e.g. because of bad padding).

Convert a base32 slice to Self.

Reads a Self in from the given Read

Encode as base32 and write it to the supplied writer Implementations shouldn’t allocate. Read more

Convert Self to base32 vector

Writes self out to the given Writer

Writes self out to a Vec

Gets the length of this object after it has been serialized. This can be overridden to optimize cases where we prepend an object with its length. Read more