Skip to main content

print

Function print 

Source
pub fn print<W: Write, D: Into<DisplayBody> + Clone>(
    w: &mut W,
    data: Vec<D>,
    args: GetRemoteCliArgs,
) -> Result<()>