Skip to main content

OfferAmountExt

Trait OfferAmountExt 

Source
pub trait OfferAmountExt: Borrow<OfferAmount> {
    // Provided method
    fn to_bitcoin_amount(&self) -> Option<Amount> { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§