Enum Logger
ipfs_api
pub enum Logger<'a> { All, Specific(Cow<'a, str>), }
All
Specific(Cow<'a, str>)
impl<'a> Serialize for Logger<'a>
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl<'a> Send for Logger<'a>
impl<'a> Sync for Logger<'a>