[][src]Trait misskey_core::streaming::SubNoteEvent

pub trait SubNoteEvent: DeserializeOwned + 'static { }

Events you receive with a subscription to the note.

This unquestionably corresponds to NoteUpdateEvent in misskey-api. We treat it abstractly here since misskey-core cannot depend on misskey-api.

Implementors

Loading content...