Rust sdk update: make the project compiling

This commit is contained in:
ganfra 2023-06-23 17:22:08 +02:00
parent 843fc17dc3
commit d85ef79f20
3 changed files with 3 additions and 1 deletions

View file

@ -20,6 +20,7 @@ import io.element.android.libraries.matrix.api.core.EventId
sealed interface EventSendState {
object NotSentYet : EventSendState
object Canceled : EventSendState
data class SendingFailed(
val error: String