[][src]Function nom_sql::parser::parse_query_bytes

pub fn parse_query_bytes<T>(input: T) -> Result<SqlQuery, &'static str> where
    T: AsRef<[u8]>,