pub trait OwnedTrait<'a> { type Reader; } // @has static_region/struct.Owned.html // @has - '//*[@id="synthetic-implementations-list"]/*[@class="impl"]//code' "impl Send for \ // Owned where >::Reader: Send" pub struct Owned where T: OwnedTrait<'static> { marker: >::Reader, }