[][src]Function rbw::actions::edit

pub fn edit(
    access_token: &str,
    refresh_token: &str,
    id: &str,
    name: &str,
    username: Option<&str>,
    password: Option<&str>,
    notes: Option<&str>,
    history: &[HistoryEntry]
) -> Result<(Option<String>, ())>