Type Definition clouseau_core::Node[][src]

type Node<'a, 'q> = &'a (dyn Queryable<'q> + 'a);

Trait Implementations

Formats the value using the given formatter. Read more