pub trait PrettyPrint {
// Required method
fn pretty_print(&self) -> String;
}Required Methods§
fn pretty_print(&self) -> String
Implementations on Foreign Types§
Source§impl PrettyPrint for bool
Available on crate feature pretty_print only.
impl PrettyPrint for bool
Available on crate feature
pretty_print only.fn pretty_print(&self) -> String
Source§impl PrettyPrint for f32
Available on crate feature pretty_print only.
impl PrettyPrint for f32
Available on crate feature
pretty_print only.fn pretty_print(&self) -> String
Source§impl PrettyPrint for f64
Available on crate feature pretty_print only.
impl PrettyPrint for f64
Available on crate feature
pretty_print only.fn pretty_print(&self) -> String
Source§impl PrettyPrint for i8
Available on crate feature pretty_print only.
impl PrettyPrint for i8
Available on crate feature
pretty_print only.fn pretty_print(&self) -> String
Source§impl PrettyPrint for i16
Available on crate feature pretty_print only.
impl PrettyPrint for i16
Available on crate feature
pretty_print only.fn pretty_print(&self) -> String
Source§impl PrettyPrint for i32
Available on crate feature pretty_print only.
impl PrettyPrint for i32
Available on crate feature
pretty_print only.fn pretty_print(&self) -> String
Source§impl PrettyPrint for i64
Available on crate feature pretty_print only.
impl PrettyPrint for i64
Available on crate feature
pretty_print only.fn pretty_print(&self) -> String
Source§impl PrettyPrint for i128
Available on crate feature pretty_print only.
impl PrettyPrint for i128
Available on crate feature
pretty_print only.fn pretty_print(&self) -> String
Source§impl PrettyPrint for u8
Available on crate feature pretty_print only.
impl PrettyPrint for u8
Available on crate feature
pretty_print only.fn pretty_print(&self) -> String
Source§impl PrettyPrint for u16
Available on crate feature pretty_print only.
impl PrettyPrint for u16
Available on crate feature
pretty_print only.fn pretty_print(&self) -> String
Source§impl PrettyPrint for u32
Available on crate feature pretty_print only.
impl PrettyPrint for u32
Available on crate feature
pretty_print only.fn pretty_print(&self) -> String
Source§impl PrettyPrint for u64
Available on crate feature pretty_print only.
impl PrettyPrint for u64
Available on crate feature
pretty_print only.fn pretty_print(&self) -> String
Source§impl PrettyPrint for u128
Available on crate feature pretty_print only.
impl PrettyPrint for u128
Available on crate feature
pretty_print only.fn pretty_print(&self) -> String
Source§impl PrettyPrint for usize
Available on crate feature pretty_print only.
impl PrettyPrint for usize
Available on crate feature
pretty_print only.fn pretty_print(&self) -> String
Source§impl PrettyPrint for String
impl PrettyPrint for String
fn pretty_print(&self) -> String
Implementors§
impl PrettyPrint for Value
Available on crate feature
pretty_print only.impl PrettyPrint for C64
impl PrettyPrint for FunctionDefinition
Available on crate feature
pretty_print only.impl PrettyPrint for MechAtom
impl PrettyPrint for MechEnum
Available on crate feature
pretty_print only.impl PrettyPrint for MechMap
Available on crate feature
pretty_print only.impl PrettyPrint for MechRecord
Available on crate feature
pretty_print only.impl PrettyPrint for MechSet
Available on crate feature
pretty_print only.impl PrettyPrint for MechTable
Available on crate feature
pretty_print only.impl PrettyPrint for MechTuple
Available on crate feature
pretty_print only.impl PrettyPrint for Plan
Available on crate feature
pretty_print only.impl PrettyPrint for Program
Available on crate feature
pretty_print only.impl PrettyPrint for R64
impl PrettyPrint for SymbolTable
Available on crate feature
pretty_print only.impl<T> PrettyPrint for Matrix<T>
Available on crate feature
pretty_print only.