move radn_derive::SharedFunctorAny
This commit is contained in:
parent
eeb1e9e886
commit
e8142ba869
@ -21,8 +21,6 @@ pub mod tests;
|
||||
|
||||
pub use std::ops::ControlFlow;
|
||||
|
||||
pub use radn_derive::SharedFunctorAny;
|
||||
|
||||
pub use self::applicative_select::{
|
||||
ApplicativeSelect, ApplicativeSelectExt, Selected, SelectedWrapped,
|
||||
};
|
||||
|
@ -1,3 +1,5 @@
|
||||
pub use radn_derive::SharedFunctorAny;
|
||||
|
||||
use super::*;
|
||||
|
||||
pub trait SharedFunctorAny: WeakFunctorAny {
|
||||
|
Loading…
Reference in New Issue
Block a user