Type Alias reqwest_enum::provider::EndpointFn

source ·
pub type EndpointFn<T> = fn(target: &T) -> String;