mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 09:05:45 +00:00
update comment
This commit is contained in:
parent
fecbbff18f
commit
8492ea7db0
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ pub enum Request {
|
||||||
impl Request {
|
impl Request {
|
||||||
// Getters
|
// Getters
|
||||||
|
|
||||||
/// Convert `Self` to [NetworkAddress](https://docs.gtk.org/gio/class.NetworkAddress.html)
|
/// Get [NetworkAddress](https://docs.gtk.org/gio/class.NetworkAddress.html) for `Self`
|
||||||
pub fn to_network_address(&self) -> Result<NetworkAddress, Error> {
|
pub fn to_network_address(&self) -> Result<NetworkAddress, Error> {
|
||||||
match crate::gio::network_address::from_uri(
|
match crate::gio::network_address::from_uri(
|
||||||
&match self {
|
&match self {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue