[−][src]Trait nu_source::PrettyDebugWithSource
Required methods
fn pretty_debug(&self, source: &str) -> DebugDocBuilder
Provided methods
fn debug(&self, source: impl Into<Text>) -> String where
Self: Clone,
Self: Clone,
fn debuggable(self, source: impl Into<Text>) -> DebuggableWithSource<Self>
Implementations on Foreign Types
impl PrettyDebugWithSource for Option<Span>
[src]
fn pretty_debug(&self, source: &str) -> DebugDocBuilder
[src]
impl<T> PrettyDebugWithSource for Option<Spanned<T>> where
Spanned<T>: PrettyDebugWithSource,
[src]
Spanned<T>: PrettyDebugWithSource,
fn pretty_debug(&self, source: &str) -> DebugDocBuilder
[src]
impl<T> PrettyDebugWithSource for Option<Tagged<T>> where
Tagged<T>: PrettyDebugWithSource,
[src]
Tagged<T>: PrettyDebugWithSource,