pub async fn remove_finalizer<T: SclObject>(
client: &SclClient,
t: T,
finalizer: FinalizerId,
) -> Result<(), ControllerBasicError>Expand description
Attempts to clear the provided finalizer via an update request to the SCL API.
pub async fn remove_finalizer<T: SclObject>(
client: &SclClient,
t: T,
finalizer: FinalizerId,
) -> Result<(), ControllerBasicError>Attempts to clear the provided finalizer via an update request to the SCL API.