Trait ruma::KeyAlgorithm
source · pub trait KeyAlgorithm: for<'a> From<&'a str> + AsRef<str> { }
Expand description
The algorithm of a key.
Object Safety§
This trait is not object safe.
pub trait KeyAlgorithm: for<'a> From<&'a str> + AsRef<str> { }
The algorithm of a key.