pub trait Export<C> {
// Required method
fn export(&self) -> Vec<u8> ⓘ;
}Expand description
Export a keypair as a byte vector.
pub trait Export<C> {
// Required method
fn export(&self) -> Vec<u8> ⓘ;
}Export a keypair as a byte vector.