Modules§
Structs§
- Captured
Issues - A list of issues captured with [
Issue::peek_issues_with_path
] and [Issue::take_issues_with_path
]. - Issue
Processing Path Item - Issue
Source - Issues
- This is a transparent value type wrapping
Vec<ResolvedVc<Box<dyn Issue>>>
. - Option
Issue Processing Path Items - This is a transparent value type wrapping
Option<Vec<ResolvedVc<IssueProcessingPathItem>>>
. - Option
Issue Source - This is a transparent value type wrapping
Option<IssueSource>
. - Option
Styled String - This is a transparent value type wrapping
Option<ResolvedVc<StyledString>>
. - Plain
Issue - Plain
Issue Processing Path - This is a transparent value type wrapping
Option<Vec<ReadRef<PlainIssueProcessingPathItem>>>
. - Plain
Issue Processing Path Item - Plain
Issue Source - Plain
Source
Enums§
- Issue
Severity - Issue
Stage - Styled
String - Represents a section of structured styled text. This can be interpreted and rendered by various UIs as appropriate, e.g. HTML for display on the web, ANSI sequences in TTYs.