Skip to main content

NodeSyncResponse

Type Alias NodeSyncResponse 

Source
pub type NodeSyncResponse = Unit;
Expand description

The wire type corresponding to NodeSyncResponse.

Aliased Type§

#[repr(u8)]
pub enum NodeSyncResponse { Unit = 0, }

Variants§

§

Unit = 0

Empty structs are represented as a single 0u8.