Function cosmic::command::message

source ยท
pub fn message<X: Send + 'static + Into<Y>, Y: 'static>(message: X) -> Task<Y>
Expand description

Yields a command which will return a message.