Skip to main content

IdForById

Trait IdForById 

Source
pub trait IdForById {
    type Error;

    const ERROR: Self::Error;
}

Required Associated Constants§

Source

const ERROR: Self::Error

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl IdForById for PieceId

Source§

impl<T> IdForById for T
where T: AccessId,

Source§

const ERROR: <T as IdForById>::Error = <Self as AccessId>::ERROR

Source§

type Error = <T as AccessId>::Error