existing

Function existing 

Source
pub fn existing<TSvc: Any + ?Sized, TImpl>(
    instance: Box<TSvc>,
) -> ServiceDescriptor
Available on crate feature builder only.
Expand description

Creates a new singleton ServiceDescriptor for an existing service instance.

§Arguments

  • instance - The existing service instance

§Remarks

This function maps an existing instance to a trait.