Struct csaf_walker::retrieve::RetrievingVisitor
source · pub struct RetrievingVisitor<V: RetrievedVisitor> { /* private fields */ }Implementations§
source§impl<V> RetrievingVisitor<V>where
V: RetrievedVisitor,
impl<V> RetrievingVisitor<V>where V: RetrievedVisitor,
Trait Implementations§
source§impl<V> DiscoveredVisitor for RetrievingVisitor<V>where
V: RetrievedVisitor,
impl<V> DiscoveredVisitor for RetrievingVisitor<V>where V: RetrievedVisitor,
type Error = Error<<V as RetrievedVisitor>::Error>
type Context = <V as RetrievedVisitor>::Context
fn visit_context<'life0, 'life1, 'async_trait>( &'life0 self, metadata: &'life1 ProviderMetadata ) -> 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> !RefUnwindSafe for RetrievingVisitor<V>
impl<V> Send for RetrievingVisitor<V>where V: Send,
impl<V> Sync for RetrievingVisitor<V>where V: Sync,
impl<V> Unpin for RetrievingVisitor<V>where V: Unpin,
impl<V> !UnwindSafe for RetrievingVisitor<V>
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