SubNoteEvent

Trait SubNoteEvent 

Source
pub trait SubNoteEvent: DeserializeOwned + 'static { }
Expand description

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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§