fix doc comment
This commit is contained in:
parent
957499c0a5
commit
9ca4e87eb7
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ pub trait Nazrin {
|
||||||
async fn get_subnets() -> Result<Vec<Subnet>, String>;
|
async fn get_subnets() -> Result<Vec<Subnet>, String>;
|
||||||
/// Deletes an existing subnet.
|
/// Deletes an existing subnet.
|
||||||
async fn delete_subnet(interface: String) -> Result<(), String>;
|
async fn delete_subnet(interface: String) -> Result<(), String>;
|
||||||
// Gets the cloud-init user-data for the given instance.
|
/// Gets the cloud-init user-data for the given instance.
|
||||||
async fn get_instance_userdata(id: i32) -> Result<Vec<u8>, String>;
|
async fn get_instance_userdata(id: i32) -> Result<Vec<u8>, String>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue