Trait penumbra_tct::internal::height::IsHeight

source ·
pub trait IsHeight: IsHeight {
    const HEIGHT: u8;
}
Available on crate feature internal only.
Expand description

The constant u8 associated with each unary height.

Required Associated Constants§

source

const HEIGHT: u8

The number for this height.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl IsHeight for Zero

source§

const HEIGHT: u8 = 0u8

source§

impl<N: IsHeight> IsHeight for Succ<N>

source§

const HEIGHT: u8 = _