load_token_report

Function load_token_report 

Source
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.