Skip to content

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

Frame (Constructor)

Creates a panic frame with object, filename, and line number

Signature

fn Frame(obj: T, filename: const char*, lineno: usize) requires <T>;

See Also

Back to Frame