#root::debug::Show
ShowObject root/debug/Show.vi:150
trait ShowObject[T];
show_object root/debug/Show.vi:151
fn ShowObject::show_object[T; ShowObject[T]](self: &T) -> List[(Show, Show)];
nil root/debug/Show.vi:161
impl nil: ShowObject[{}];
object root/debug/Show.vi:167
impl object[O, I, R; Object[O, I, R], Show[I], ShowObject[R]]: ShowObject[O];