Struct csaf_walker::retrieve::RetrievingVisitor
source · pub struct RetrievingVisitor<V: RetrievedVisitor, S: Source + KeySource> { /* private fields */ }Implementations§
source§impl<V, S> RetrievingVisitor<V, S>where
V: RetrievedVisitor,
S: Source + KeySource,
impl<V, S> RetrievingVisitor<V, S>where V: RetrievedVisitor, S: Source + KeySource,
Trait Implementations§
source§impl<V, S> DiscoveredVisitor for RetrievingVisitor<V, S>where
V: RetrievedVisitor,
S: Source + KeySource,
impl<V, S> DiscoveredVisitor for RetrievingVisitor<V, S>where V: RetrievedVisitor, S: Source + KeySource,
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> RefUnwindSafe for RetrievingVisitor<V, S>where S: RefUnwindSafe, V: RefUnwindSafe,
impl<V, S> Send for RetrievingVisitor<V, S>where S: Send, V: Send,
impl<V, S> Sync for RetrievingVisitor<V, S>where S: Sync, V: Sync,
impl<V, S> Unpin for RetrievingVisitor<V, S>where S: Unpin, V: Unpin,
impl<V, S> UnwindSafe for RetrievingVisitor<V, S>where S: UnwindSafe, V: 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