pub trait Pin {
type Error;
}Expand description
A generic pin that can’t be interacted with.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait Pin {
type Error;
}A generic pin that can’t be interacted with.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".