use String;
use Snafu;
/// Errors encountered during the parsing process
/// General parsing error that may occur, for example if the provided `schema`/`object_name` strings
/// aren't valid postgres-style identifiers (excluding dollar signs).
pub type ParseResult<T> = ;