parse_source_and_options

Function parse_source_and_options 

Source
fn parse_source_and_options(
    after_from: &str,
) -> Result<(CopyTarget, Option<String>)>
Expand description

Parse the source and WITH options after the FROM keyword. Returns (CopyTarget, Option<options_string>).