Trait rustc_mir_build::build::BlockAndExtension[][src]

trait BlockAndExtension {
    fn and<T>(self, v: T) -> BlockAnd<T>;
fn unit(self) -> BlockAnd<()>; }

Required methods

Implementations on Foreign Types

Implementors