pub trait BackendExt: IsA<Backend> + Sealed + 'static {
    // Provided method
    fn flags(&self) -> ServiceFlags { ... }
}
Expand description

Trait containing all Backend methods.

§Implementors

Backend, Service

Provided Methods§

source

fn flags(&self) -> ServiceFlags

A set of flags describing which parts of the secret backend have been initialized.

Object Safety§

This trait is not object safe.

Implementors§