Struct Plugin Rollback Outcome

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.

1pub struct PluginRollbackOutcome { /* private fields */ }

Result of rolling back a set of plugin registrations.

Implementations

impl PluginRollbackOutcome

impl PluginRollbackOutcome

errors

pub fn errors(&self) -> &[String]

Return cleanup errors in rollback order.

callbacks_cleared

pub fn callbacks_cleared(&self) -> bool

Return whether every registered callback was removed.

Trait Implementations

impl Debug for PluginRollbackOutcome

impl Debug for PluginRollbackOutcome

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Default for PluginRollbackOutcome

impl Default for PluginRollbackOutcome

default

fn default() -> Self