Struct netxserver::server::async_token_manager::AsyncTokenManager [−][src]
pub struct AsyncTokenManager<T> { /* fields omitted */ }
Implementations
pub async fn create_token(
&mut self,
manager: Weak<dyn IAsyncTokenManager>
) -> Result<NetxToken>
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for AsyncTokenManager<T>
impl<T> Unpin for AsyncTokenManager<T> where
T: Unpin,
impl<T> !UnwindSafe for AsyncTokenManager<T>