Skip to main content

add_note

Function add_note 

Source
pub fn add_note(text: &str) -> Result<Note, String>
Expand description

Create and persist a new note with max(existing_id) + 1 semantics.