pub fn load_token_report(
store: &AtlasStore,
request: TokenReportRequest<'_>,
) -> ServiceResult<TokenReport>Expand description
Load one token report through the selected-project service boundary.
ยงErrors
Returns an error when the selected project is unavailable or changes during the bounded database read, or when the report query fails.