pub struct SparklesParser { /* private fields */ }Implementations§
Source§impl SparklesParser
impl SparklesParser
pub fn parse_to_end( &mut self, packet_decoder: PacketDecoder, f: impl FnMut(&ParsedEvent, &ThreadInfoState), ) -> ParseResult<()>
pub fn parse_single_packet( &mut self, packet: Packet, f: &mut impl FnMut(&ParsedEvent, &ThreadInfoState), )
pub fn print_stats(&self)
Auto Trait Implementations§
impl Freeze for SparklesParser
impl !RefUnwindSafe for SparklesParser
impl !Send for SparklesParser
impl !Sync for SparklesParser
impl Unpin for SparklesParser
impl !UnwindSafe for SparklesParser
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