Trait kik_sync_service::message::MessageData[][src]

pub trait MessageData: Sync + Send + Clone + 'static {
    fn new() -> Self;
}

MessageData holds the resource type that will be returned by the worker-threads. Must implement Sync, Send, Clone and have lifetime 'static.

Required methods

fn new() -> Self[src]

Loading content...

Implementors

Loading content...