Skip to main content

SkillsRef

Type Alias SkillsRef 

Source
pub type SkillsRef = ServiceRef<dyn DynSkills>;
Expand description

Shared reference to a skills service.

Aliased Type§

pub struct SkillsRef(/* private fields */);

Trait Implementations§

Source§

impl<T: Skills> From<Arc<T>> for SkillsRef

Source§

fn from(model: Arc<T>) -> Self

Converts to this type from the input type.
Source§

impl<T: Skills> From<T> for SkillsRef

Source§

fn from(model: T) -> Self

Converts to this type from the input type.