hide InnerState struct

This commit is contained in:
Dmitriy Kholkin 2025-01-11 21:21:37 +03:00
parent bf17d5abf6
commit 7ec174ed65
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -47,7 +47,7 @@ pub struct PagedIter<'a, E, C, T> {
#[derive(Debug, Serialize, Builder)]
#[builder(pattern = "owned")]
pub struct InnerState<'a, E> {
pub(crate) struct InnerState<'a, E> {
#[serde(skip)]
pub(crate) endpoint: &'a E,
pub(crate) page: u32,