Skip to content
Snippets Groups Projects

Resolve "Force WebOfTrust to impl Clone trait"

Merged Éloïs requested to merge 60-force-weboftrust-to-impl-clone-trait into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -166,7 +166,7 @@ pub struct WotDistance {
/// Trait for a Web Of Trust.
/// Allow to provide other implementations of the `WoT` logic instead of the legacy C++
/// translated one.
pub trait WebOfTrust {
pub trait WebOfTrust: Clone {
/// Get the maximum number of links per user.
fn get_max_link(&self) -> usize;
Loading