Trait backstage::actor::Shutdown[][src]

pub trait Shutdown: Send {
    fn shutdown(self) -> Option<Self>
    where
        Self: Sized
; }

Should be implemented on the child_shutdown_handle

Required methods

fn shutdown(self) -> Option<Self> where
    Self: Sized
[src]

Shutdown the service

Loading content...

Implementors

Loading content...