[][src]Trait ritual_common::utils::Inspect

pub trait Inspect {
    fn inspect(self, text: impl Display) -> Self;
}

Required methods

fn inspect(self, text: impl Display) -> Self

Loading content...

Implementors

impl<T: Debug> Inspect for T[src]

Loading content...