pub trait NotFoundMapping<T> { // Required method fn map_not_found_to_option(self) -> Result<Option<T>>; }