crypto: Use encryption info in the docstring for the type of the same name
Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>master
parent
e71cabc8f0
commit
233c4355d8
|
@ -90,7 +90,7 @@ pub struct EncryptionInfo {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A customized version of a room event coming from a sync that holds optional
|
/// A customized version of a room event coming from a sync that holds optional
|
||||||
/// decryption info.
|
/// encryption info.
|
||||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||||
pub struct SyncRoomEvent {
|
pub struct SyncRoomEvent {
|
||||||
/// The actual event.
|
/// The actual event.
|
||||||
|
|
Loading…
Reference in New Issue