[][src]Type Definition sp_version::ApisVec

type ApisVec = Cow<'static, [(ApiId, u32)]>;

A vector of pairs of ApiId and a u32 for version. For "std" builds, this is a Cow.