pub fn existing<TSvc: Any + ?Sized, TImpl>(
instance: Box<TSvc>
) -> ServiceDescriptorAvailable 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.