[][src]Trait misskey::streaming::SubNoteEvent

pub trait SubNoteEvent: 'static + DeserializeOwned { }

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.

Implementations on Foreign Types

impl SubNoteEvent for NoteUpdateEvent[src]

Loading content...

Implementors

Loading content...