pub(super) means it is made public to the parent module. I think the keyword fits quite well.
1 Like
pub(super) means it is made public to the parent module. I think the keyword fits quite well.