pub trait DeriveKey<D>: Derive<D> {
// Required method
fn xpub_spec(&self) -> &XpubAccount;
}
Required Methods§
fn xpub_spec(&self) -> &XpubAccount
Object Safety§
This trait is not object safe.
pub trait DeriveKey<D>: Derive<D> {
// Required method
fn xpub_spec(&self) -> &XpubAccount;
}