Searched refs:with_items (Results 1 – 1 of 1) sorted by relevance
51 stateful_logs: StatefulList::with_items(vec![]), in new()178 pub fn with_items(items: Vec<T>) -> StatefulList<T> { in with_items() method