Function rustemon::items::item_attribute::get_by_name
source · [−]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.