Convertible

Trait Convertible 

Source
pub trait Convertible {
    type Target: Sized;

    // Required method
    fn convert(&self) -> Self::Target;
}

Required Associated Types§

Required Methods§

Source

fn convert(&self) -> Self::Target

Implementations on Foreign Types§

Source§

impl Convertible for Txid

Source§

type Target = Txid

Source§

fn convert(&self) -> Self::Target

Source§

impl Convertible for Txid

Source§

type Target = Txid

Source§

fn convert(&self) -> Self::Target

Implementors§