Struct ex3_address_parser::BtcAddressParser
source · pub struct BtcAddressParser;Implementations§
source§impl BtcAddressParser
impl BtcAddressParser
pub fn to_address<T: AsRef<[u8]>>( pub_key: &T, chain: &Chain, address_type: &BtcAddressType ) -> Result<String, Error>
Auto Trait Implementations§
impl Freeze for BtcAddressParser
impl RefUnwindSafe for BtcAddressParser
impl Send for BtcAddressParser
impl Sync for BtcAddressParser
impl Unpin for BtcAddressParser
impl UnwindSafe for BtcAddressParser
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more