Trait seed_xor::SeedXor[][src]

pub trait SeedXor {
    fn xor(&self, rhs: &Self) -> Self;
}
Expand description

Trait for a XOR.

Required methods

XOR two values without consuming them.

Implementations on Foreign Types

XOR self with another bip39::Mnemonic without consuming it or itself.

Implementors