Trait rustc_mir_build::build::BlockAndExtension
source · trait BlockAndExtension {
// Required methods
fn and<T>(self, v: T) -> BlockAnd<T>;
fn unit(self) -> BlockAnd<()>;
}
trait BlockAndExtension {
// Required methods
fn and<T>(self, v: T) -> BlockAnd<T>;
fn unit(self) -> BlockAnd<()>;
}