Trait matrix_sdk_base::media::UniqueKey
source · pub trait UniqueKey {
// Required method
fn unique_key(&self) -> String;
}
Expand description
A trait to uniquely identify values of the same type.
Required Methods§
sourcefn unique_key(&self) -> String
fn unique_key(&self) -> String
A string that uniquely identifies Self
compared to other values of
the same type.