☰
BlockAndExtension
BlockAndExtension
Required Methods
and
unit
Implementations on Foreign Types
BasicBlock
Implementors
In rustc_mir_build::build
Modules
block
cfg
expr
matches
misc
scope
Macros
unpack
Structs
BlockAnd
BlockContext
Builder
CFG
Capture
GuardFrame
GuardFrameLocal
ScopeId
Enums
BlockFrame
ForGuard
LocalsForNode
NeedsTemporary
Traits
BlockAndExtension
Functions
construct_const
construct_error
construct_fn
mir_build
mir_built
parse_float_into_constval
parse_float_into_scalar
Type Definitions
CaptureMap
?
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