pub trait KeySource: 'static + Scheme { }
Expand description

Sealed trait to mark encryption schemes usable in Infinitree.

Implementors§

source§

impl<T> KeySource for Twhere T: 'static + Scheme,