Type Definition sp_version::ApisVec [−][src]
pub type ApisVec = Cow<'static, [(ApiId, u32)]>;Expand description
A vector of pairs of ApiId and a u32 for version.
pub type ApisVec = Cow<'static, [(ApiId, u32)]>;A vector of pairs of ApiId and a u32 for version.