pub trait BastionExt {
    fn with_bastion_executor(self) -> Self
    where
        Self: Sized
; fn with_bastion(self) -> Self
    where
        Self: Sized
, { ... } }
👎 Deprecated:

use bastion-executor-trait directly instead

Required methods

👎 Deprecated:

use bastion-executor-trait directly instead

Provided methods

👎 Deprecated:

use bastion-executor-trait directly instead

Implementations on Foreign Types

👎 Deprecated:

use bastion-executor-trait directly instead

Implementors