Struct dprint_core::formatting::Info [−][src]
pub struct Info { /* fields omitted */ }
Expand description
Can be used to get information at a certain location being printed. These can be resolved by providing the info object to a condition context’s get_resolved_info(&info) method.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Info
impl UnwindSafe for Info
Blanket Implementations
Mutably borrows from an owned value. Read more