☰
Type Definition AllFacts
Trait Implementations
AllFactsExt
Other items in
rustc_borrowck
::
facts
All crates
?
Type Definition
rustc_borrowck
::
facts
::
AllFacts
[
−
]
[src]
pub type AllFacts =
PoloniusFacts
<
RustcFacts
>;
Trait Implementations
[src]
impl
AllFactsExt
for
AllFacts
[src]
fn
enabled
(tcx:
TyCtxt
<'_>) ->
bool
Return
[src]
fn
write_to_dir
(
&self,
dir: impl
AsRef
<
Path
>,
location_table: &
LocationTable
) ->
Result
<
()
,
Box
<dyn
Error
>>