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.

Implementors§