Skip to main content

store

AsyncMethod
This is a method of the Memory class in the memory module.
Store a message

Signature

async def store(&mut self, message: Message) -> Result<()>

Parameters

message
Message
required
No description available.

Returns

Returns
Result<()>
The result of the operation.