Skip to content

std::Panic::Frame::Frame (Constructor)

Frame (Constructor)

Creates a panic frame from another frame (move, noreturn)

Signature

Frame(Frame&& obj, const string& filename, usize lineno)

Specifiers

  • noreturn

See Also

Back to Frame