Type Definition lightning::ln::features::InitFeatures[][src]

pub type InitFeatures = Features<InitContext>;
Expand description

Features used within an init message.

Trait Implementations

Reads a Self in from the given Read

Writes self out to the given Writer

Writes self out to a Vec

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