pub type IsFromStr = Marker<Cons<X7, Cons<X0, Cons<X7, Cons<X5, Cons<X7, Cons<X4, Cons<X2, Cons<XA, Cons<X3, Cons<XA, Cons<X7, Cons<XD, Cons<X0, Cons<X2, Cons<XC, ConstStream<X0>>>>>>>>>>>>>>>>>;Expand description
Capability marker for FromStr trait detection.
Aliased Type§
pub struct IsFromStr(/* private fields */);Trait Implementations§
Source§impl Capability for IsFromStr
impl Capability for IsFromStr
Source§type Stream = Cons<X7, Cons<X0, Cons<X7, Cons<X5, Cons<X7, Cons<X4, Cons<X2, Cons<XA, Cons<X3, Cons<XA, Cons<X7, Cons<XD, Cons<X0, Cons<X2, Cons<XC, ConstStream<X0>>>>>>>>>>>>>>>>
type Stream = Cons<X7, Cons<X0, Cons<X7, Cons<X5, Cons<X7, Cons<X4, Cons<X2, Cons<XA, Cons<X3, Cons<XA, Cons<X7, Cons<XD, Cons<X0, Cons<X2, Cons<XC, ConstStream<X0>>>>>>>>>>>>>>>>
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<'F'>, IList<C<'r'>, IList<C<'o'>, IList<C<'m'>, IList<C<'S'>, IList<C<'t'>, IList<C<'r'>, INil>>>>>>>>
type Identity = IList8<IList<C<'F'>, IList<C<'r'>, IList<C<'o'>, IList<C<'m'>, IList<C<'S'>, IList<C<'t'>, 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<X7, Cons<X0, Cons<X7, Cons<X5, Cons<X7, Cons<X4, Cons<X2, Cons<XA, Cons<X3, Cons<XA, Cons<X7, Cons<XD, Cons<X0, Cons<X2, Cons<XC, ConstStream<X0>>>>>>>>>>>>>>>>> as Capability>::Stream as GetTail<D>>::Out as HashStream>::Head
where
Self::Stream: GetTail<D>
type At<D: Peano> = <<<Marker<Cons<X7, Cons<X0, Cons<X7, Cons<X5, Cons<X7, Cons<X4, Cons<X2, Cons<XA, Cons<X3, Cons<XA, Cons<X7, Cons<XD, Cons<X0, Cons<X2, Cons<XC, ConstStream<X0>>>>>>>>>>>>>>>>> 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)