Module LogTarget_trait

Module LogTarget_trait 

Source
Expand description

This module is generated by the #[sabi_trait] attribute on LogTarget

Structs§

LogTarget_Interface
A marker type describing the traits that are required when constructing LogTarget_TO,and are then implemented by it, by implementing the InterfaceType trait.
LogTarget_TO
The trait object for LogTarget.

Traits§

LogTarget
FFI-safe version of Log.

Type Aliases§

LogTarget_Backend
An alias for the underlying implementation of LogTarget_TO.
LogTarget_CTO
A type alias for the const-constructible LogTarget_TO.