use ;
use TokenStream;
use quote;
use Ident;
/// Returns the path to `fletch-orm` types in the user's crate.
///
/// - If user depends on `fletch-orm`: returns `::fletch_orm`
/// - Fallback: returns `::fletch_orm` (will produce a compile error if missing)