Trait yaxpeax_core::arch::CommentQuery[][src]

pub trait CommentQuery<A: Address> {
    fn comment_for(&self, addr: A) -> Option<&str>;
}

Required methods

Implementors