Trait otter::error::IdForById[][src]

pub trait IdForById {
    type Error;

    const ERROR: Self::Error;
}

Associated Types

Associated Constants

Implementors