Trait sourceview5::prelude::TlsFileDatabaseExt

source ·
pub trait TlsFileDatabaseExt: IsA<TlsFileDatabase> + Sealed + 'static {
    // Provided methods
    fn anchors(&self) -> Option<GString> { ... }
    fn set_anchors(&self, anchors: Option<&str>) { ... }
    fn connect_anchors_notify<F>(&self, f: F) -> SignalHandlerId
       where F: Fn(&Self) + 'static { ... }
}

Provided Methods§

source

fn anchors(&self) -> Option<GString>

source

fn set_anchors(&self, anchors: Option<&str>)

source

fn connect_anchors_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static,

Object Safety§

This trait is not object safe.

Implementors§