Struct csaf_walker::retrieve::RetrievingVisitor
source · pub struct RetrievingVisitor<V: RetrievedVisitor, S: Source + KeySource> { /* private fields */ }Implementations§
source§impl<V, S> RetrievingVisitor<V, S>
impl<V, S> RetrievingVisitor<V, S>
Trait Implementations§
source§impl<V, S> DiscoveredVisitor for RetrievingVisitor<V, S>
impl<V, S> DiscoveredVisitor for RetrievingVisitor<V, S>
type Error = Error<<V as RetrievedVisitor>::Error, <S as Source>::Error, <S as KeySource>::Error>
type Context = <V as RetrievedVisitor>::Context
fn visit_context<'life0, 'life1, 'async_trait>(
&'life0 self,
context: &'life1 DiscoveredContext<'_>
) -> Pin<Box<dyn Future<Output = Result<Self::Context, Self::Error>> + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn visit_advisory<'life0, 'life1, 'async_trait>(
&'life0 self,
context: &'life1 Self::Context,
discovered: DiscoveredAdvisory
) -> Pin<Box<dyn Future<Output = Result<(), Self::Error>> + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Auto Trait Implementations§
impl<V, S> Freeze for RetrievingVisitor<V, S>
impl<V, S> RefUnwindSafe for RetrievingVisitor<V, S>where
V: RefUnwindSafe,
S: RefUnwindSafe,
impl<V, S> Send for RetrievingVisitor<V, S>
impl<V, S> Sync for RetrievingVisitor<V, S>
impl<V, S> Unpin for RetrievingVisitor<V, S>
impl<V, S> UnwindSafe for RetrievingVisitor<V, S>where
V: UnwindSafe,
S: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more