Trait gio::prelude::UnixSocketAddressExtManual[][src]

pub trait UnixSocketAddressExtManual {
    fn get_path(&self) -> Option<UnixSocketAddressPath<'_>>;
}

Required methods

fn get_path(&self) -> Option<UnixSocketAddressPath<'_>>[src]

Loading content...

Implementors

impl<O: IsA<UnixSocketAddress>> UnixSocketAddressExtManual for O[src]

Loading content...