mod inner { pub struct PubUnnameable; } pub struct Pub(T); impl Pub { pub fn pub_method() {} }