Re-exports§
pub use report::DiagnosticError;pub use report::DiagnosticResult;pub use report::Report;pub use report::Transform;
Modules§
Macros§
Structs§
- RefStr
- A compact string that is either borrowed for
'aor shared viaArc<str>. - Static
RefStr - A
'staticcompact string that is either borrowed or shared viaArc<str>.