Searched defs:EmptySlice (Results 1 – 1 of 1) sorted by relevance
73 pub fn new(slice: &'a [T]) -> Result<Self, EmptySlice> { in new() argument105 pub struct EmptySlice; struct107 impl core::fmt::Display for EmptySlice { implementation117 impl std::error::Error for EmptySlice {} implementation