//! This module contains the functions for closing
//! binary sessions and
//! shutdown the related TcpStream.
//!
//! *This module is available only if MultiCrusty is built with
//! the `"transport"` feature or the `"transport_tcp"` feature.*
use crate;
use Error;
use mem;
use ;
/// Closes a Tcp session. Synchronises with the partner, and
/// fails if the partner has crashed.
///
/// *This function is available only if MultiCrusty is built with
/// the `"transport"` feature or the `"transport_tcp"` feature.*