pub trait IdForById {
    type Error;

    const ERROR: Self::Error;
}

Required Associated Types

Required Associated Constants

Implementors