pub type IsError = Marker<Cons<X5, Cons<XF, Cons<X3, Cons<X4, Cons<X3, Cons<XA, Cons<X4, Cons<X3, Cons<XE, Cons<X7, Cons<XE, Cons<XA, Cons<X9, Cons<XF, Cons<X9, ConstStream<X1>>>>>>>>>>>>>>>>>;Expand description
Capability marker for Error trait detection.
Aliased Type§
pub struct IsError(/* private fields */);Trait Implementations§
Source§impl Capability for IsError
Available on crate feature std only.
impl Capability for IsError
Available on crate feature
std only.Source§type Stream = Cons<X5, Cons<XF, Cons<X3, Cons<X4, Cons<X3, Cons<XA, Cons<X4, Cons<X3, Cons<XE, Cons<X7, Cons<XE, Cons<XA, Cons<X9, Cons<XF, Cons<X9, ConstStream<X1>>>>>>>>>>>>>>>>
type Stream = Cons<X5, Cons<XF, Cons<X3, Cons<X4, Cons<X3, Cons<XA, Cons<X4, Cons<X3, Cons<XE, Cons<X7, Cons<XE, Cons<XA, Cons<X9, Cons<XF, Cons<X9, ConstStream<X1>>>>>>>>>>>>>>>>
Type-level nibble stream responsible for Routing (Trie Path).
This is typically a short hash (64-bit) of the identity.
Source§type Identity = IList8<IList<C<'E'>, IList<C<'r'>, IList<C<'r'>, IList<C<'o'>, IList<C<'r'>, INil>>>>>>
type Identity = IList8<IList<C<'E'>, IList<C<'r'>, IList<C<'r'>, IList<C<'o'>, IList<C<'r'>, INil>>>>>>
Unique Type-Level Identity.
Typically a Tuple of
Char types representing the full name.
Used for collision resolution (Equality checks) in leaf nodes.Source§type At<D: Peano> = <<<Marker<Cons<X5, Cons<XF, Cons<X3, Cons<X4, Cons<X3, Cons<XA, Cons<X4, Cons<X3, Cons<XE, Cons<X7, Cons<XE, Cons<XA, Cons<X9, Cons<XF, Cons<X9, ConstStream<X1>>>>>>>>>>>>>>>>> as Capability>::Stream as GetTail<D>>::Out as HashStream>::Head
where
Self::Stream: GetTail<D>
type At<D: Peano> = <<<Marker<Cons<X5, Cons<XF, Cons<X3, Cons<X4, Cons<X3, Cons<XA, Cons<X4, Cons<X3, Cons<XE, Cons<X7, Cons<XE, Cons<XA, Cons<X9, Cons<XF, Cons<X9, ConstStream<X1>>>>>>>>>>>>>>>>> as Capability>::Stream as GetTail<D>>::Out as HashStream>::Head where Self::Stream: GetTail<D>
Helper to get the stream head at depth D (used for trie building)