☰
Trait BlockAndExtension
Required Methods
and
unit
Implementations on Foreign Types
BasicBlock
Implementors
Other items in
rustc_mir_build
::
build
All crates
?
Trait
rustc_mir_build
::
build
::
BlockAndExtension
[
−
]
[src]
trait BlockAndExtension { fn
and
<T>(self, v: T) ->
BlockAnd
<T>;
fn
unit
(self) ->
BlockAnd
<
()
>; }
Required methods
[src]
fn
and
<T>(self, v: T) ->
BlockAnd
<T>
[src]
fn
unit
(self) ->
BlockAnd
<
()
>
Implementations on Foreign Types
[src]
impl
BlockAndExtension
for
BasicBlock
[src]
fn
and
<T>(self, v: T) ->
BlockAnd
<T>
[src]
fn
unit
(self) ->
BlockAnd
<
()
>
Implementors