Skip to main content

TDLogStream

Trait TDLogStream 

Source
pub trait TDLogStream: Debug + RObject { }
Expand description

Describes a stream to which TDLib internal log is written

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, LOGSTREAM: TDLogStream> TDLogStream for &'a LOGSTREAM

Source§

impl<'a, LOGSTREAM: TDLogStream> TDLogStream for &'a mut LOGSTREAM

Implementors§