Struct dist_tx::rm::RmError [] [src]

pub struct RmError { /* fields omitted */ }

Represents the possible errors that can occur in a ResourceManager.

Methods

impl RmError
[src]

[src]

Factory method.

[src]

Returns the kind of error that has occured.

[src]

Returns a textual description of the error.

Trait Implementations

impl Debug for RmError
[src]

[src]

Formats the value using the given formatter.