Trait depends::core::Depends

source ·
pub trait Depends {
    type Input<'a>
       where Self: 'a;
}
Expand description

Enforces that a dependee type derived by the proc macro can only use a single type of dependency.

Required Associated Types§

source

type Input<'a> where Self: 'a

Implementors§