☰
GetBit
Associated Types
Output
Implementors
In libp2p::multihash::typenum::uint
?
Trait
libp2p
::
multihash
::
typenum
::
uint
::
GetBit
source
·
[
−
]
pub trait GetBit<I> { type
Output
; }
Associated Types
source
type
Output
Implementors
source
impl<I>
GetBit
<I> for
UTerm
type
Output
=
B0
source
impl<Un, Bn>
GetBit
<
UTerm
> for
UInt
<Un, Bn>
where
Bn:
Copy
,
type
Output
= Bn
source
impl<Un, Bn, Ui, Bi>
GetBit
<
UInt
<Ui, Bi>> for
UInt
<Un, Bn>
where
Un:
GetBit
<<
UInt
<Ui, Bi> as
Sub
<
B1
>>::
Output
>,
UInt
<Ui, Bi>:
Copy
,
UInt
<Ui, Bi>:
Sub
<
B1
>,
type
Output
= <Un as
GetBit
<<
UInt
<Ui, Bi> as
Sub
<
B1
>>::
Output
>>::
Output