pub trait ToSignerOriginal {
    // Required method
    fn to_inner(&self) -> Box<dyn SignerTrait>;
}

Required Methods§

source

fn to_inner(&self) -> Box<dyn SignerTrait>

Implementors§