Closed taiki-e closed 4 years ago
The visibility of the projected type and projection method is based on the original type. However, if the visibility of the original type is pub, the visibility of the projected type and the projection method is pub(crate).
pub
pub(crate)
Based on https://github.com/taiki-e/pin-project/pull/96
bors r+
The visibility of the projected type and projection method is based on the original type. However, if the visibility of the original type is
pub
, the visibility of the projected type and the projection method ispub(crate)
.Based on https://github.com/taiki-e/pin-project/pull/96