Function core::any::request_by_type_tag

source ·
fn request_by_type_tag<'a, I>(
    provider: &'a impl Provider + ?Sized
) -> Option<I::Reified>where
    I: Type<'a>,
Expand description

Request a specific value by tag from the Provider.