2015-04-07 11:08:21 -07:00
|
|
|
pub use inner::*;
|
|
|
|
|
|
|
|
mod inner {
|
|
|
|
impl super::Blah for super::What { }
|
|
|
|
}
|
|
|
|
|
|
|
|
pub trait Blah { }
|
|
|
|
|
|
|
|
// @count issue_21474/struct.What.html \
|
2021-06-02 10:59:10 +02:00
|
|
|
// '//*[@id="trait-implementations-list"]//*[@class="impl has-srclink"]' 1
|
2015-04-07 11:08:21 -07:00
|
|
|
pub struct What;
|