Skip to main content

put

Function put 

Source
pub fn put<I: Into<String>>(id: I, data: Vec<u8>)
Expand description

Install a buffer at mem://<id>. Replaces any prior entry under the same id. The buffer is held by reference; concurrent opens share it without copying.