Skip to main content

drive_local_authenticated

Function drive_local_authenticated 

Source
pub async fn drive_local_authenticated<'transport, 'request, 'policy, 'writer, 'buffer, T>(
    transport: &'transport T,
    request: AuthenticatedRequest<'request, 'policy>,
    response: &'writer mut ResponseWriter<'buffer>,
) -> Result<(), AsyncExecutionError<T::Error>>
where T: LocalAsyncAuthenticatedTransport + ?Sized, 'transport: 'writer, 'request: 'writer, 'policy: 'writer, 'buffer: 'writer,
Expand description

Drives one authenticated local attempt and commits after Ready(Ok).