Type Definition refs::vec::OwnVec

source ·
pub type OwnVec<T> = Vec<Own<T>>;