pub trait ChannelChanger {
    fn masquerade_as_nightly_cargo(self, _reasons: &[&str]) -> Self;
}
Expand description

Enable nightly features for testing

Required Methods§

The list of reasons should be why nightly cargo is needed. If it is becuase of an unstable feature put the name of the feature as the reason, e.g. &["print-im-a-teapot"].

Implementations on Foreign Types§

Implementors§