pub async fn get_by_name(
    name: &str,
    rustemon_client: &RustemonClient
) -> Result<ItemAttribute, Error>
Expand description

Returns the resource, using its name.

Arguments

name - The name of the resource to get. rustemon_client - The RustemonClient to use to access the resource.