properties_template_get

Function properties_template_get 

Source
pub fn properties_template_get<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a GetTemplateArg,
) -> impl Future<Output = Result<GetTemplateResult, Error<TemplateError>>> + Send + 'a
👎Deprecated
Available on crate features async_routes and dbx_files only.