pub(crate) type CircSendWindow = SendWindow<CircParams>;Expand description
A circuit’s send window.
Aliased Type§
pub(crate) struct CircSendWindow {
window: u16,
_dummy: PhantomData<CircParams>,
}Fields§
§window: u16Current value for this window
_dummy: PhantomData<CircParams>Marker type to tell the compiler that the P type is used.