pub fn ser_str_time_opt<S>(
    opt_time: &Option<Time>,
    serializer: S
) -> Result<S::Ok, S::Error>where
    S: Serializer,
Expand description

Errors

Fails when data cant be deserialized to String