rusteron_archive

Trait AeronArchiveCredentialsFreeFuncCallback

Source
pub trait AeronArchiveCredentialsFreeFuncCallback {
    // Required method
    fn handle_aeron_archive_credentials_free_func(
        &mut self,
        credentials: AeronArchiveEncodedCredentials,
    );
}
Expand description

Callback to return encoded credentials so they may be reused or freed.

@param credentials to reuse or free

(note you must copy any arguments that you use afterwards even those with static lifetimes)

Required Methods§

Implementors§