Trait kik_sync_service::message::MessageInput[][src]

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

MessageInput will have the input arguments for generating each MessageData. Must implement Sync, Send, Clone and have lifetime 'static.

Required methods

fn new() -> Self[src]

Loading content...

Implementors

Loading content...