Skip to main content

TapParticipant

Trait TapParticipant 

Source
pub trait TapParticipant {
    // Required method
    fn id(&self) -> &str;
}
Expand description

Common trait for TAP participants (agents and parties)

Required Methods§

Source

fn id(&self) -> &str

Get the identifier of this participant

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§