Trait syntax::ast_map::blocks::MaybeFnLikeUnstable [-] [+] [src]

pub trait MaybeFnLike {
    fn is_fn_like(&self) -> bool;
}

MaybeFnLike wraps a method that indicates if an object corresponds to some FnLikeNode.

Required Methods

fn is_fn_like(&self) -> bool

Implementors