pub trait FindAddressBookEntry {
    // Required method
    fn find_address_book_entry(
        &self,
        _0: &TxDestination,
        allow_change: Option<bool>
    ) -> *const AddressBookData;
}

Required Methods§

Implementors§