Trait mz_timely_util::antichain::AntichainExt
source · pub trait AntichainExt {
type Pretty<'a>: Display
where Self: 'a;
// Required method
fn pretty(&self) -> Self::Pretty<'_>;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.