Skip to content

Instantly share code, notes, and snippets.

@bsilvereagle
Created November 11, 2016 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bsilvereagle/8026eefad7017b71f2b42aec2e094e6c to your computer and use it in GitHub Desktop.
Save bsilvereagle/8026eefad7017b71f2b42aec2e094e6c to your computer and use it in GitHub Desktop.
(gdb) p cb
$1 = Box<FnMut<(&mut dbus::message::Message)>>
(gdb) p *cb
Structure has no component named operator*.
(gdb) ptype cb
type = struct Box<FnMut<(&mut dbus::message::Message)>> {
<no data fields>
}
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment