Enum puffin::Error [−][src]
pub enum Error {
PrematureEnd,
InvalidStream,
ScopeNeverEnded,
InvalidOffset,
Empty,
}
Expand description
Errors that can happen when parsing a Stream
of profile data.
pub enum Error {
PrematureEnd,
InvalidStream,
ScopeNeverEnded,
InvalidOffset,
Empty,
}
Errors that can happen when parsing a Stream
of profile data.
PrematureEnd
InvalidStream
ScopeNeverEnded
InvalidOffset
Empty