pub type GetCrateRequestView<'req> = GetCrateRequest<&'req str>;
struct GetCrateRequestView<'req> { pub name: &'req str, }
name: &'req str