pub struct SparklesParser { /* private fields */ }Implementations§
Source§impl SparklesParser
impl SparklesParser
Sourcepub fn parse_and_save(&mut self, reader: impl Read) -> Result<(), ParseError>
pub fn parse_and_save(&mut self, reader: impl Read) -> Result<(), ParseError>
Decode incoming events and save them to trace.json in Perfetto format
Trait Implementations§
Source§impl Default for SparklesParser
impl Default for SparklesParser
Source§fn default() -> SparklesParser
fn default() -> SparklesParser
Returns the “default value” for a type. Read more
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