Struct csaf_walker::walker::Walker
source · pub struct Walker<S: Source> { /* private fields */ }Implementations§
source§impl<S: Source> Walker<S>
impl<S: Source> Walker<S>
pub fn new(source: S) -> Self
pub fn with_progress(self, progress: Progress) -> Self
pub async fn walk<V>(self, visitor: V) -> Result<(), Error<V::Error, S::Error>>where V: DiscoveredVisitor,
pub async fn walk_parallel<V>( self, limit: usize, visitor: V ) -> Result<(), Error<V::Error, S::Error>>where V: DiscoveredVisitor,
Auto Trait Implementations§
impl<S> !RefUnwindSafe for Walker<S>
impl<S> !Send for Walker<S>
impl<S> !Sync for Walker<S>
impl<S> Unpin for Walker<S>where S: Unpin,
impl<S> !UnwindSafe for Walker<S>
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