oyster::scallop

Trait ScallopAuther

Source
pub trait ScallopAuther {
    // Required method
    fn new_auth(&mut self) -> impl Future<Output = Box<[u8]>>;
}

Required Methods§

Source

fn new_auth(&mut self) -> impl Future<Output = Box<[u8]>>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl<T: ScallopAuther> ScallopAuther for &mut T

Source§

async fn new_auth(&mut self) -> Box<[u8]>

Implementors§