pub trait InProgressSignatures: Debug {
type AuthSig: Clone + Debug;
}Expand description
Marker trait representing bundle signatures in the process of being created.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".