Searched defs:LazyStateIDError (Results 1 – 3 of 3) sorted by relevance
190 pub(crate) fn new(id: usize) -> Result<LazyStateID, LazyStateIDError> { in new() argument331 pub(crate) struct LazyStateIDError { struct335 impl LazyStateIDError { argument343 impl std::error::Error for LazyStateIDError {} implementation345 impl core::fmt::Display for LazyStateIDError { implementation
50 err: LazyStateIDError, in insufficient_state_id_capacity()
4287 ) -> Result<LazyStateID, LazyStateIDError> { in minimum_lazy_state_id() argument