Trait dock_core::util::action::Associated
source · pub trait Associated<T>: Sized {
type Value;
}Expand description
Marker trait claiming that Self has an associated Value.
pub trait Associated<T>: Sized {
type Value;
}Marker trait claiming that Self has an associated Value.