[][src]Function astrolab_smart_coffee_types::serde::object_id::string_as_objectid

pub fn string_as_objectid<S>(
    data: &str,
    serializer: S
) -> Result<S::Ok, S::Error> where
    S: Serializer