Module option_value

Module option_value 

Source
Expand description

Traits and types that represent serializations of options in encoded options

Structs§

BadBlock2Option
Error that occurs when constructing a Block2RequestData from a message or an option.
Block1Data
Block1 option data (as used in either the request or the response)
Block2RequestData
Request data from a Block2 request

Traits§

TryFromOption
A trait semantically similar to TryFrom, but rather than being generic over the source, this trait is specialized in being from any impl of MessageOption.