Home
last modified time | relevance | path

Searched defs:EmptySlice (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rand/src/distributions/
Dslice.rs73 pub fn new(slice: &'a [T]) -> Result<Self, EmptySlice> { in new() argument
105 pub struct EmptySlice; struct
107 impl core::fmt::Display for EmptySlice { implementation
117 impl std::error::Error for EmptySlice {} implementation