Trait forky_core::VecXInto

source ·
pub trait VecXInto<T: Into<U>, U> {
    // Required method
    fn into_vec(self) -> Vec<U>;
}

Required Methods§

source

fn into_vec(self) -> Vec<U>

Implementations on Foreign Types§

source§

impl<T: Into<U>, U> VecXInto<T, U> for Vec<T>

source§

fn into_vec(self) -> Vec<U>

Implementors§