☰
BlockAndExtension
Required Methods
and
unit
Implementations on Foreign Types
BasicBlock
Implementors
In rustc_mir_build::build
?
Trait
rustc_mir_build
::
build
::
BlockAndExtension
source
·
[
−
]
trait BlockAndExtension { fn
and
<T>(self, v: T) ->
BlockAnd
<T>;
fn
unit
(self) ->
BlockAnd
<
()
>; }
Required Methods
source
fn
and
<T>(self, v: T) ->
BlockAnd
<T>
source
fn
unit
(self) ->
BlockAnd
<
()
>
Implementations on Foreign Types
source
impl
BlockAndExtension
for
BasicBlock
source
fn
and
<T>(self, v: T) ->
BlockAnd
<T>
source
fn
unit
(self) ->
BlockAnd
<
()
>
Implementors