Skip to main content

send_lockdown

Function send_lockdown 

Source
pub async fn send_lockdown<W, T>(
    writer: &mut W,
    value: &T,
) -> Result<(), LockdownError>
where W: AsyncWrite + Unpin, T: Serialize,