fn parse_source_and_options( after_from: &str, ) -> Result<(CopyTarget, Option<String>)>
Parse the source and WITH options after the FROM keyword. Returns (CopyTarget, Option<options_string>).
(CopyTarget, Option<options_string>)