Trait rust_ad_core::traits::IsStmt[][src]

pub trait IsStmt {
    fn is_local(&self) -> bool;
fn is_semi(&self) -> bool; }

Required methods

Implementations on Foreign Types

Implementors