Struct eventstore::commands::DeletePersistentSubscription[][src]

pub struct DeletePersistentSubscription<'a> { /* fields omitted */ }

Command that deletes a persistent subscription.

Methods

impl<'a> DeletePersistentSubscription<'a>
[src]

Performs the command with the given credentials.

Sends the persistent subscription deletion command asynchronously to the server.

Auto Trait Implementations