push

Function push 

Source
pub fn push<T>(key: &str, value: &T) -> Result<()>
Expand description

Append to a list in state.

§Example

state::push("items", &"new item")?;