Skip to main content

Pin

Trait Pin 

Source
pub trait Pin {
    type Error;
}
Expand description

A generic pin that can’t be interacted with.

Required Associated Types§

Source

type Error

The common error type for all pin operations.

A single error type for all operations is enforced for simplicity.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§