Change comment

This commit is contained in:
bitfl0wer 2023-04-20 19:47:20 +02:00
parent d2f3403a18
commit 5baed11d4e
1 changed files with 5 additions and 3 deletions

View File

@ -25,9 +25,11 @@ pub mod instance {
impl std::error::Error for InstancePoliciesError {} impl std::error::Error for InstancePoliciesError {}
impl Instance { impl Instance {
/// Gets the instance policies schema. /**
/// # Errors Gets the instance policies schema.
/// * [`InstancePoliciesError`] - If the request fails. # Errors
[`InstancePoliciesError`] - If the request fails.
*/
pub async fn instance_policies_schema( pub async fn instance_policies_schema(
&self, &self,
) -> Result<InstancePoliciesSchema, InstancePoliciesError> { ) -> Result<InstancePoliciesSchema, InstancePoliciesError> {