Struct augdom::testing::Until [−][src]
pub struct Until<'query, 'find, 'pat, 'node, N> { /* fields omitted */ }
Expand description
A query which resolves asynchronously
Implementations
Wait until the query can succeed then return the only matching node in the queried subtree.
Panics
If more than one matching node is found.
Wait until the query can succeed then return a Vec
of matching nodes
in the queried subtree.
Trait Implementations
Auto Trait Implementations
impl<'query, 'find, 'pat, 'node, N> RefUnwindSafe for Until<'query, 'find, 'pat, 'node, N> where
N: RefUnwindSafe,
impl<'query, 'find, 'pat, 'node, N> Unpin for Until<'query, 'find, 'pat, 'node, N> where
'find: 'query,
'node: 'query,
'pat: 'query,
impl<'query, 'find, 'pat, 'node, N> UnwindSafe for Until<'query, 'find, 'pat, 'node, N> where
N: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more