pub fn view_privilege_updates(
targets: Vec<(&ResolvedTableGrantTarget, StoredView)>,
application: &TableGrantApplication<'_>,
notices: &mut Vec<(&'static str, String)>,
) -> Result<Vec<ViewPrivilegeUpdate>, SQLError>pub fn view_privilege_updates(
targets: Vec<(&ResolvedTableGrantTarget, StoredView)>,
application: &TableGrantApplication<'_>,
notices: &mut Vec<(&'static str, String)>,
) -> Result<Vec<ViewPrivilegeUpdate>, SQLError>