#root::debug::Show

ShowObject root/debug/Show.vi:149

trait ShowObject[T];

show_object root/debug/Show.vi:150

fn ShowObject::show_object[T; ShowObject[T]](self: &T) -> List[(Show, Show)];

nil root/debug/Show.vi:160

impl nil: ShowObject[{}];

object root/debug/Show.vi:166

impl object[O, K, I, R; Object[O, K, I, R], Show[I], ShowObject[R]]: ShowObject[O];