Trait claw_common::UnwrapPretty
source · pub trait UnwrapPretty {
type Output;
// Required method
fn unwrap_pretty(self) -> Self::Output;
}pub trait UnwrapPretty {
type Output;
// Required method
fn unwrap_pretty(self) -> Self::Output;
}