pub fn is_derivation<T>(value: T) -> Result<(), String> where
    T: AsRef<str> + Display