Function cfx_rpc_primitives::maybe_vec_into

source ·
pub fn maybe_vec_into<A, B>(src: &Option<Vec<A>>) -> Option<Vec<B>>
where A: Clone + Into<B>,