Trait rustc::hir::map::blocks::MaybeFnLike    
                   
                       [−]
                   
               [src]
pub trait MaybeFnLike {
    fn is_fn_like(&self) -> bool;
}Unstable (
rustc_private)MaybeFnLike wraps a method that indicates if an object corresponds to some FnLikeNode.
Required Methods
fn is_fn_like(&self) -> bool
Unstable (
rustc_private)