pub trait IdForById {
    type Error;

    const ERROR: Self::Error;
}

Associated Types

Associated Constants

Implementors