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
async fn visit_context( &self, context: &DiscoveredContext<'_> ) -> Result<Self::Context, Self::Error>
async fn visit_advisory( &self, context: &Self::Context, discovered: DiscoveredAdvisory ) -> Result<(), Self::Error>
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