Expand description
Traits and types that represent serializations of options in encoded options
Structs§
- BadBlock2
Option - Error that occurs when constructing a
Block2RequestData
from a message or an option. - Block1
Data - Block1 option data (as used in either the request or the response)
- Block2
Request Data - Request data from a Block2 request
Traits§
- TryFrom
Option - 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.